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 c516a02 commit 35b0d89Copy full SHA for 35b0d89
.ebextensions/deployschema.sh
@@ -1,7 +1,9 @@
1
#!/bin/sh
2
+set -ex
3
+
4
/usr/bin/mysql \
5
-u $RDS_USERNAME \
6
-p$RDS_PASSWORD \
7
-h $RDS_HOSTNAME \
8
$RDS_DB_NAME \
- -e 'CREATE TABLE IF NOT EXISTS urler(id INT UNSIGNED NOT NULL AUTO_INCREMENT, author VARCHAR(63) NOT NULL, message TEXT, PRIMARY KEY (id))'
9
+ -e 'CREATE TABLE IF NOT EXISTS urler(id INT UNSIGNED NOT NULL AUTO_INCREMENT, author VARCHAR(63) NOT NULL, message TEXT, PRIMARY KEY (id))'
0 commit comments