sql/I18n.sql
[Pman.Core] / sql / I18n.sql
1 ALTER TABLE i18n ADD COLUMN is_active int(1) NOT NULL DEFAULT 1;