salix/db/versions/11345-salmonEucalyptus/00-firstScript.sql

2 lines
238 B
MySQL
Raw Permalink Normal View History

ALTER TABLE account.user CHANGE recoverPass recoverPass__ tinyint(3) unsigned NOT NULL DEFAULT 1 COMMENT '@deprecated 2024-11-13';
ALTER TABLE account.user CHANGE sync sync__ tinyint(4) NOT NULL DEFAULT 0 COMMENT '@deprecated 2024-11-13';