salix/db/versions/10964-silverDracena/00-firstScript.sql

3 lines
140 B
MySQL
Raw Normal View History

2024-03-21 14:02:09 +00:00
-- Place your SQL code here
ALTER TABLE vn.entry CHANGE isBlocked isBlocked__ tinyint(4) DEFAULT 0 NOT NULL COMMENT 'Deprecado 21/03/2024';