1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-03-12 06:25:13 +00:00
lemmy/migrations/2021-04-02-021422_remove_community_creator/up.sql
Dessalines c3d64f996e
Removing community.creator column. Fixes ()
* Removing community.creator column. Fixes 

* Fixing unit tests.

* Fixing federation tests.
2021-04-08 11:29:08 +00:00

2 lines
65 B
SQL

-- Drop the column
alter table community drop column creator_id;