3 lines
77 B
MySQL
Raw Normal View History

2022-08-06 17:03:57 -05:00
-- AlterTable
ALTER TABLE "users" ALTER COLUMN "freeComments" SET DEFAULT 0;