Skip to content
Snippets Groups Projects
Commit 1d86cda1 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added NULL as default value for 'location_type' (virtual node).

parent 862a66e7
No related branches found
No related tags found
No related merge requests found
Pipeline #918 passed
......@@ -112,7 +112,7 @@ CREATE TABLE deleted_node (
CREATE TABLE location (
location_id SMALLSERIAL NOT NULL,
location_type LocationType NOT NULL,
location_type LocationType default NULL,
base_path VARCHAR NOT NULL,
hostname VARCHAR NOT NULL,
PRIMARY KEY (location_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment