From a3a897715d088ccb4ad7f1565e4a227abb5bd94a Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 11 Nov 2015 13:30:40 +0100 Subject: Add migration script for codeq_user.gui_layout --- scripts/db_update-20151111.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/db_update-20151111.sql (limited to 'scripts') diff --git a/scripts/db_update-20151111.sql b/scripts/db_update-20151111.sql new file mode 100644 index 0000000..a3e4d80 --- /dev/null +++ b/scripts/db_update-20151111.sql @@ -0,0 +1 @@ +alter table codeq_user add column gui_layout varchar(30); -- cgit v1.2.1