In order to migrate MySQL and Sqlite to abstract schema changed the iwl_title data type from varchar binary to varbinary. This wouldn't affect production. For migrating Postgres: - Turning the unique index to PK to make it in sync with MySQL Bug: T164898 Bug: T230428 Change-Id: Iaa625b66c874023b8cf2403917fa2fa120279208
1 line
78 B
SQL
1 line
78 B
SQL
ALTER TABLE /*_*/iwlinks MODIFY iwl_title VARBINARY(255) NOT NULL default '';
|