This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
lemmy
Watch
1
Star
0
Fork
You've already forked lemmy
0
mirror of
https://github.com/LemmyNet/lemmy.git
synced
2024-11-04 16:09:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5e589004a5
lemmy
/
migrations
/
2020-11-05-152724_activity_remove_user_id
/
up.sql
7 lines
116 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
activity
DROP
COLUMN
user_id
;
ALTER
TABLE
activity
ADD
COLUMN
sensitive
BOOLEAN
DEFAULT
TRUE
;
Reference in a new issue
Copy permalink