webring/migrations/014_add_enabled_column.up.sql

1 line
67 B
SQL

ALTER TABLE sites ADD COLUMN enabled BOOLEAN NOT NULL DEFAULT true;