intra-back/src/main/resources/import-dev.sql
2025-08-19 22:39:27 +02:00

3 lines
188 B
SQL

-- Ce fichier est exécuté automatiquement en mode dev
INSERT INTO penguin (name, password, role) VALUES ('root', '$2a$10$lzKAv4aj6s0jtneg0Ikx/eEBb6p.6N6yo7ZF.myqYxEA9MWbMwvNu', 'root');