update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE authorization_hosts
|
||||
DROP COLUMN IF EXISTS lan_ip;
|
||||
|
||||
ALTER TABLE audit_events
|
||||
DROP COLUMN IF EXISTS lan_ip;
|
||||
|
||||
INSERT IGNORE INTO schema_migrations (version) VALUES (4);
|
||||
Reference in New Issue
Block a user