Skip to content

Commit

Permalink
fixed update database script
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinDo committed Aug 16, 2024
1 parent 8773900 commit 64793cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/update_database/update_datatabse_14.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALTER TABLE `HerediVar.`user`
ALTER TABLE `HerediVar`.`user`
ADD COLUMN `roles` TEXT NOT NULL AFTER `api_key`;
ALTER TABLE `HerediVar`.`user`
CHANGE COLUMN `roles` `api_roles` TEXT NOT NULL ;

0 comments on commit 64793cf

Please sign in to comment.