summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.1beta4_to_1.1beta5/postgresql/patch.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.1beta4_to_1.1beta5/postgresql/patch.sql')
-rw-r--r--upgrades/dbpatches/1.1beta4_to_1.1beta5/postgresql/patch.sql1
1 files changed, 1 insertions, 0 deletions
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;