Hacker News new | past | comments | ask | show | jobs | submit login

I always assumed startups were about sticking

    CREATE TABLE widgets (
      id SERIAL,
      name VARCHAR NOT NULL
    );
    CREATE INDEX widgets_idx_id ON widgets (id);
into migrations/42-add_widgets.sql, tapping Melissa[0] on the shoulder and asking her to review it, then SSHing into staging and executing it, all in the space of about twenty minutes with zero paperwork other than a PR.

[0] Melissa is not real




Melissa is real to me dammit




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: