tetratto/manual_migrations/services_revision.sql

3 lines
68 B
MySQL
Raw Normal View History

ALTER TABLE services
ADD COLUMN revision BIGINT NOT NULL DEFAULT 0;