Fixe database schema version 28

This commit is contained in:
sparkyx 2007-04-21 21:09:08 +00:00
parent aea057f8c6
commit 067a8954ba
36 changed files with 5091 additions and 4781 deletions

6
html/admin/sql/make-sql Executable file
View 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