3 lines
95 B
MySQL
3 lines
95 B
MySQL
|
ALTER TABLE ONLY "icingaweb_rememberme"
|
||
|
ALTER COLUMN random_iv type character varying(32);
|