2024-02-03 01:39:15 +00:00
|
|
|
-- Type: UNDO
|
|
|
|
|
-- Name: add_subscriptions_name_index
|
|
|
|
|
-- Description: Add an index to the subscriptions name column
|
|
|
|
|
|
|
|
|
|
BEGIN;
|
|
|
|
|
|
2024-02-06 03:01:39 +00:00
|
|
|
DROP INDEX IF EXISTS omnivore.subscriptions_user_id_name_index;
|
2024-02-03 01:39:15 +00:00
|
|
|
|
|
|
|
|
COMMIT;
|