[Rt-commit] rt branch, master, updated. rt-4.4.4-489-g4fe0787ddf
? sunnavy
sunnavy at bestpractical.com
Wed Oct 30 16:02:01 EDT 2019
The branch, master has been updated
via 4fe0787ddf0be14a35ec1977c756d20fbfab7e8a (commit)
from 981711afed9e88cfeb71e9f074ceec79880da48b (commit)
Summary of changes:
etc/upgrade/4.5.0/schema.Pg | 2 +-
etc/upgrade/4.5.0/schema.mysql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 4fe0787ddf0be14a35ec1977c756d20fbfab7e8a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Oct 31 03:27:43 2019 +0800
Fix typo of the table name to drop HotList column
diff --git a/etc/upgrade/4.5.0/schema.Pg b/etc/upgrade/4.5.0/schema.Pg
index 3dae347fa2..f7563efc51 100644
--- a/etc/upgrade/4.5.0/schema.Pg
+++ b/etc/upgrade/4.5.0/schema.Pg
@@ -1 +1 @@
-ALTER TABLE Scrips DROP COLUMN HotList;
+ALTER TABLE Classes DROP COLUMN HotList;
diff --git a/etc/upgrade/4.5.0/schema.mysql b/etc/upgrade/4.5.0/schema.mysql
index 3dae347fa2..f7563efc51 100644
--- a/etc/upgrade/4.5.0/schema.mysql
+++ b/etc/upgrade/4.5.0/schema.mysql
@@ -1 +1 @@
-ALTER TABLE Scrips DROP COLUMN HotList;
+ALTER TABLE Classes DROP COLUMN HotList;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list