8 lines
123 B
PL/PgSQL
Executable File
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;
|