aboutsummaryrefslogtreecommitdiffstats
path: root/db/downgrade_0039---0038.sql
blob: 62bbc42efedaea7516c2fc58a4ee9237a3d0e8ab (plain)
1
2
3
4
begin;
alter table users drop column twitter_id;
alter table users drop column facebook_id;
commit;