fedimovies/migrations/V0003__post__add_in_reply_to.sql
2021-09-23 23:28:39 +00:00

2 lines
88 B
SQL

ALTER TABLE post ADD COLUMN in_reply_to_id UUID REFERENCES post (id) ON DELETE CASCADE;