fix: Updated graph_types table so graph_subtype has no default value (#7285)

* fix: Updated graph_types table so graph_subtype has no default value

* added schema update
This commit is contained in:
Neil Lathwood
2017-09-05 05:04:33 +01:00
committed by Tony Murray
parent edae33507a
commit c16ca70c71
2 changed files with 2 additions and 1 deletions

1
sql-schema/206.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `graph_types` CHANGE `graph_subtype` `graph_subtype` varchar(64) NOT NULL;