removed hash column again because it was determined to be used in a device ownership feature that will be deprecated.

pull/59/head
Chris Veilleux 2019-03-03 18:03:43 -06:00
parent 96649e7ebf
commit 6ce6e21acf
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ CREATE TABLE skill.settings_display (
skill_id uuid NOT NULL
REFERENCES skill.skill ON DELETE CASCADE,
settings_display jsonb NOT NULL,
hash text NOT NULL,
insert_ts TIMESTAMP NOT NULL
DEFAULT CURRENT_TIMESTAMP,
UNIQUE (skill_id, settings_display)