mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-24 06:36:28 +00:00
6 lines
89 B
SQL
6 lines
89 B
SQL
ALTER TABLE post_like
|
|
DROP published;
|
|
|
|
ALTER TABLE comment_like
|
|
DROP published;
|
|
|