mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo
This commit is contained in:
parent
f01ab3805a
commit
d3f3a07f5e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
-- Type: DO
|
||||
-- Name: add_delete_permission_to_subscription
|
||||
-- Name: grant_delete_permission_to_subscription
|
||||
-- Description: Add delete permission to subscription table
|
||||
|
||||
BEGIN;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
-- Type: UNDO
|
||||
-- Name: add_delete_permission_to_subscription
|
||||
-- Name: grant_delete_permission_to_subscription
|
||||
-- Description: Add delete permission to subscription table
|
||||
|
||||
BEGIN;
|
||||
|
|
|
|||
Loading…
Reference in a new issue