Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
viklund committed Apr 5, 2018
2 parents b77e00b + bddc209 commit 6b70ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql/patch-master-db.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-- Patches a database that is using the master checkout of the
-- swefreq.sql schema definition to the develop version.


ALTER TABLE dataset_version
ADD COLUMN (
data_contact_name VARCHAR(100) DEFAULT NULL,
data_contact_link VARCHAR(100) DEFAULT NULL);
data_contact_link VARCHAR(100) DEFAULT NULL);

0 comments on commit 6b70ee3

Please sign in to comment.