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 1512c7b761
commit f888407ad8

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;