This website requires JavaScript.
Explore
Help
Sign in
LemmyNet
/
lemmy
Watch
2
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2024-11-05 04:00:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a47b12bbde
lemmy
/
migrations
/
2022-01-04-034553_add_hidden_column
/
down.sql
6 lines
79 B
MySQL
Raw
Normal View
History
Unescape
Escape
Adding SQL format checking via `pg_format` / pgFormatter (#3740) * SQL format checking, 1. * SQL format checking, 2. * SQL format checking, 3. * SQL format checking, 4. * SQL format checking, 5. * Running pg_format * Getting rid of comment. * Upping pg_format version. * Using git ls-files for sql format check. * Fixing sql lints. * Addressing PR comments.
2023-08-02 16:44:51 +00:00
ALTER
TABLE
community
DROP
COLUMN
hidden
;
DROP
TABLE
mod_hide_community
;
Hide community v2 (#2055) * Initial working of hiding communities and adding a db entry for mod log * Return mod log for hidden communities * Clean up hidding communities PR * use lower case like other migration files * Formatting fix * pass in admin id to list, make match logic the same in post_view as community_view. Dont force non null for reason * Clean PR review stuff * Change person_id to mod_person_id on hide community table * Make bools optional, add a space for formating Co-authored-by: Thor Odinson <odinson@asgard.com> Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2022-02-18 02:30:47 +00:00
Reference in a new issue
Copy permalink