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 1349b59 commit 9783afaCopy full SHA for 9783afa
script/init-database/init-mysql.sql
@@ -2,8 +2,8 @@
2
-- nota: questo file è usato da alcuni script docker-compose
3
-- nota: questo file è usato anche da script/aws-ecs/run-ecs-mysql-insert.sh
4
5
-CREATE DATABASE IF NOT EXISTS gestionepersonale;
6
-USE gestionepersonale;
+CREATE DATABASE IF NOT EXISTS gestioneannotazioni;
+USE gestioneannotazioni;
7
8
-- Script per creare le tabelle di autenticazione in MySQL
9
0 commit comments