-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed comment is null from extensions down.sql and removed trigger …
…security definer
- Loading branch information
Showing
3 changed files
with
0 additions
and
13 deletions.
There are no files selected for viewing
11 changes: 0 additions & 11 deletions
11
deployment/hasura/migrations/AerieUI/2_extensions/down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,8 @@ | ||
comment on column extension_roles.extension_id is null; | ||
comment on column extension_roles.role is null; | ||
comment on table extension_roles is null; | ||
|
||
drop table extension_roles; | ||
|
||
drop trigger extensions_set_timestamp on extensions; | ||
drop function extensions_set_updated_at(); | ||
|
||
comment on column extensions.description is null; | ||
comment on column extensions.label is null; | ||
comment on column extensions.owner is null; | ||
comment on column extensions.url is null; | ||
comment on column extensions.updated_at is null; | ||
comment on table extensions is null; | ||
|
||
drop table extensions; | ||
|
||
call migrations.mark_migration_rolled_back('2'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters