]> Git — Sourcephile - tmp/julm/LesQuatreRoux.git/blob - sql/drop.sql
fix server.properties
[tmp/julm/LesQuatreRoux.git] / sql / drop.sql
1 \c true
2 ALTER SCHEMA PUBLIC RENAME TO B;
3 DROP SCHEMA B CASCADE;
4 \c false