about summary refs log tree commit diff
path: root/migrations/2018-04-08-172739_default_posted/down.sql
blob: 64dc07e0666a74b08d8621bce0ab35627c0c35eb (plain) (blame)
1
2
ALTER TABLE threads ALTER COLUMN posted DROP DEFAULT;
ALTER TABLE posts ALTER COLUMN posted DROP DEFAULT;