2 lines
106 B
SQL
2 lines
106 B
SQL
ALTER TABLE threads ALTER COLUMN posted DROP DEFAULT;
|
|
ALTER TABLE posts ALTER COLUMN posted DROP DEFAULT;
|