Files
omnivore/packages/db/migrations/0041.undo.upgrade_twitter_users.sql
2022-02-11 09:24:33 -08:00

8 lines
123 B
PL/PgSQL
Executable File

-- Type: UNDO
-- Name: upgrade_twitter_users
-- Description: Update the SOURCE on twitter users to google
BEGIN;
COMMIT;