db/puppet: add contact_info_set column
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
3
database/upgrades/16-add-contact-info.sql
Normal file
3
database/upgrades/16-add-contact-info.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- v16: Store whether custom contact info has been set for the puppet
|
||||
|
||||
ALTER TABLE puppet ADD COLUMN contact_info_set BOOLEAN NOT NULL DEFAULT false;
|
||||
Reference in New Issue
Block a user