lemmy/migrations/2024-10-17-091053_vote-no-timestamp/up.sql
Felix Ableitner a28d45d242 fmt
2024-10-17 11:23:16 +02:00

6 lines
89 B
SQL

ALTER TABLE post_like
DROP published;
ALTER TABLE comment_like
DROP published;