We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bb95a commit 07da306Copy full SHA for 07da306
JavaScript/db/install.sql
@@ -1,3 +1,5 @@
1
-DROP DATABASE example;
+DROP DATABASE IF EXISTS example;
2
+DROP USER IF EXISTS marcus;
3
CREATE USER marcus WITH PASSWORD 'marcus';
4
CREATE DATABASE example OWNER marcus;
5
+
0 commit comments