Additional fix to upgrade script

Drop old "repl_events" table.
This commit is contained in:
Ian Barwick
2020-10-22 12:36:31 +09:00
parent 4f6b642320
commit 5e59e543d6

View File

@@ -239,6 +239,7 @@ CREATE VIEW repmgr.replication_status AS
/* drop old tables */
DROP TABLE repmgr.repl_nodes;
DROP TABLE repmgr.repl_monitor;
DROP TABLE repmgr.repl_events;
-- remove temporary table
DROP TABLE repmgr_old_schema;