Skip to content

Commit 9783afa

Browse files
committed
Aggiornamento prova dello script/init-database/init-mysql.sql
1 parent 1349b59 commit 9783afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/init-database/init-mysql.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
-- nota: questo file è usato da alcuni script docker-compose
33
-- nota: questo file è usato anche da script/aws-ecs/run-ecs-mysql-insert.sh
44

5-
CREATE DATABASE IF NOT EXISTS gestionepersonale;
6-
USE gestionepersonale;
5+
CREATE DATABASE IF NOT EXISTS gestioneannotazioni;
6+
USE gestioneannotazioni;
77

88
-- Script per creare le tabelle di autenticazione in MySQL
99

0 commit comments

Comments
 (0)