Fixe database schema version 28
This commit is contained in:
parent
aea057f8c6
commit
067a8954ba
36 changed files with 5091 additions and 4781 deletions
6
html/admin/sql/make-sql
Executable file
6
html/admin/sql/make-sql
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
for i in account_repository dossier1 mod1 mod2;do
|
||||
echo "In the folder $i"
|
||||
cd $i
|
||||
./make-sql
|
||||
cd ..
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue