Files
rustpad/migrations/postgres/0024_guest_owner.sql
T

3 lines
109 B
SQL

ALTER TABLE notes ADD COLUMN created_by_guest_id TEXT;
ALTER TABLE pads ADD COLUMN created_by_guest_id TEXT;