summaryrefslogtreecommitdiffstats
path: root/upgrades
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades')
-rw-r--r--upgrades/dbpatches/1.1beta4_to_1.1beta5/mysql/patch.sql1
-rw-r--r--upgrades/dbpatches/1.1beta4_to_1.1beta5/postgresql/patch.sql1
2 files changed, 2 insertions, 0 deletions
diff --git a/upgrades/dbpatches/1.1beta4_to_1.1beta5/mysql/patch.sql b/upgrades/dbpatches/1.1beta4_to_1.1beta5/mysql/patch.sql
new file mode 100644
index 00000000..baed4d59
--- /dev/null
+++ b/upgrades/dbpatches/1.1beta4_to_1.1beta5/mysql/patch.sql
@@ -0,0 +1 @@
+alter table screens_items add elements int(4) DEFAULT '25' NOT NULL;
diff --git a/upgrades/dbpatches/1.1beta4_to_1.1beta5/postgresql/patch.sql b/upgrades/dbpatches/1.1beta4_to_1.1beta5/postgresql/patch.sql
new file mode 100644
index 00000000..f88dc578
--- /dev/null
+++ b/upgrades/dbpatches/1.1beta4_to_1.1beta5/postgresql/patch.sql
@@ -0,0 +1 @@
+alter table screens_items add elements int4 DEFAULT '25' NOT NULL;