all repos

onasty @ 184b6cc396589dbfcf9c03e019409683a7cbb1f0

a one-time notes service

onasty/migrations/20241027112517_notes_add_passwords.up.sql(view raw)

1
2
ALTER TABLE notes
    ADD COLUMN "password" text;