mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
c3d64f996e
* Removing community.creator column. Fixes #1504 * Fixing unit tests. * Fixing federation tests.
2 lines
65 B
SQL
2 lines
65 B
SQL
-- Drop the column
|
|
alter table community drop column creator_id;
|