Created
July 19, 2019 13:27
-
-
Save snhrdt/9c337a6e172a68fb71d46a9a560b342c to your computer and use it in GitHub Desktop.
Revisions
-
snhrdt created this gist
Jul 19, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ select 'drop table if exists "' || tablename || '" cascade;' from pg_tables where schemaname = 'public';