This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
lemmy
Watch
2
Star
0
Fork
0
You've already forked lemmy
mirror of
https://github.com/LemmyNet/lemmy
synced
2024-10-30 15:21:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dc327652a5
lemmy
/
migrations
/
2023-02-07-030958_community-collections
/
down.sql
7 lines
108 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
moderators_url
;
ALTER
TABLE
community
DROP
COLUMN
featured_url
;
Reference in New Issue
Copy Permalink