fix
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
-- ============================================
|
||||
|
||||
-- Crea il database (se non esiste)
|
||||
CREATE DATABASE IF NOT EXISTS pilates-platform CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
USE pilates-platform;
|
||||
CREATE DATABASE IF NOT EXISTS pilatesplatform CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
|
||||
USE pilatesplatform;
|
||||
|
||||
-- ============================================
|
||||
-- TABELLA UTENTI
|
||||
@@ -239,5 +239,5 @@ SELECT
|
||||
TABLE_ROWS as 'Righe',
|
||||
CREATE_TIME as 'Creata il'
|
||||
FROM information_schema.TABLES
|
||||
WHERE TABLE_SCHEMA = 'pilates-platform'
|
||||
WHERE TABLE_SCHEMA = 'pilatesplatform'
|
||||
ORDER BY TABLE_NAME;
|
||||
|
||||
Reference in New Issue
Block a user