init : scripts BD + entités

This commit is contained in:
jgetu
2025-10-23 18:31:42 +02:00
parent f1c21830ea
commit 45b1da6085
8 changed files with 817 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
create user 'appcontrib'@'%' identified by 'abc123';
grant all on contribV2.* to 'appcontrib'@'%';
flush privileges;