Forgot to update the migration, oops.
This commit is contained in:
parent
3bd556fba9
commit
86578c9ff4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ final class CreateChatServersTable_20250422_203044 implements DbMigration {
|
|||
server_order INT(11) NOT NULL DEFAULT '0',
|
||||
server_proto VARCHAR(255) NOT NULL COLLATE 'ascii_general_ci',
|
||||
server_secure TINYINT(3) UNSIGNED NOT NULL,
|
||||
server_address VARCHAR(255) NOT NULL COLLATE 'ascii_bin',
|
||||
server_uri VARCHAR(255) NOT NULL COLLATE 'ascii_bin',
|
||||
server_created TIMESTAMP NOT NULL DEFAULT current_timestamp(),
|
||||
PRIMARY KEY (server_id),
|
||||
KEY msz_chat_servers_order_index (server_order),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue