all repos

onasty @ 164a37b

a one-time notes service

onasty/migrations/20250828132538_notes_rename_burnBeforeExpiration_to_KeepBeforeExpiration.up.sql(view raw)

1
2
ALTER TABLE notes
    RENAME COLUMN burn_before_expiration TO keep_before_expiration;