mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-10 08:02:51 +00:00
* 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;
|