correzioni a file src/initdb
This commit is contained in:
parent
fb835d8ccf
commit
7434c13e68
2 changed files with 3 additions and 3 deletions
|
|
@ -24,6 +24,6 @@ GRANT SELECT, INSERT, UPDATE, DELETE
|
|||
|
||||
GRANT SELECT, INSERT, UPDATE, DELETE
|
||||
ON esameits24-26.*
|
||||
TO 'esameits24-26'@'localhost';
|
||||
TO 'esameits24-26_user'@'localhost';
|
||||
|
||||
FLUSH PRIVILEGES;
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
USE esameits24-26;
|
||||
|
||||
-- ------------------------------------------------------------
|
||||
-- Operatori
|
||||
-- Utenti
|
||||
-- ------------------------------------------------------------
|
||||
INSERT INTO operatore (Nome, Cognome, Email, PasswordHash, Admin) VALUES
|
||||
INSERT INTO utenti (Nome, Cognome, Email, PasswordHash, Admin) VALUES
|
||||
('Andrea', 'Villari', 'admin@centro.it', '$2b$10$7Z80qZcDydZCdLrOcaH/VOa9knKWjQVyyg8MtEgBAvgfNMsiLEZze', TRUE),
|
||||
('Maria', 'Bianchi', 'maria.bianchi@centro.it', '$2b$10$7Z80qZcDydZCdLrOcaH/VOa9knKWjQVyyg8MtEgBAvgfNMsiLEZze', FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue