Skip to content

Commit

Permalink
Add name field to keys in both iot/mobile config
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed May 18, 2024
1 parent 79c8dae commit 97bcfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions iot_config/migrations/12_admin_keys_name.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE admin_keys ADD COLUMN IF NOT EXISTS name TEXT;
1 change: 1 addition & 0 deletions mobile_config/migrations/6_registered_keys_name.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE registered_keys ADD COLUMN IF NOT EXISTS name TEXT;

0 comments on commit 97bcfbf

Please sign in to comment.