mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 17:34:16 +00:00
78702b59fd
* Update create.rs
* Update utils.rs
* Update utils.sql
* Update triggers.sql
* Update utils.sql
* Update create.rs
* Update create.rs
* Update create.rs
* Update create.rs
* Update create.rs
* Update create.rs
* Update create.rs
* Update create.rs
* Create up.sql
* Update up.sql
* Update triggers.sql
* Update utils.rs
* stuff
* stuff
* revert some changed files
* Revert "revert some changed files"
This reverts commit 028eabb4bd
.
* revert the correct files
* partial reverts
* migration, tests, fix establish_connection
* lint
* pg_format
10 lines
179 B
SQL
10 lines
179 B
SQL
ALTER TABLE comment
|
|
ALTER COLUMN ap_id DROP DEFAULT;
|
|
|
|
ALTER TABLE post
|
|
ALTER COLUMN ap_id DROP DEFAULT;
|
|
|
|
ALTER TABLE private_message
|
|
ALTER COLUMN ap_id DROP DEFAULT;
|
|
|