diff options
Diffstat (limited to 'Services/mariadb/example.sql')
-rw-r--r-- | Services/mariadb/example.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Services/mariadb/example.sql b/Services/mariadb/example.sql new file mode 100644 index 0000000..498de07 --- /dev/null +++ b/Services/mariadb/example.sql @@ -0,0 +1,3 @@ +# add SQL queries to execute when configuring the database +# see mariadb_run.sh to activate this feature +SHOW DATABASES;
\ No newline at end of file |