Last change
on this file since 1316 was
1292,
checked in by goya, 11 years ago
|
OBSOLETES
|
-
Property svn:executable set to
*
|
File size:
647 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | echo "OBSOLETE" |
---|
4 | exit |
---|
5 | |
---|
6 | |
---|
7 | source ./bin/db.inc |
---|
8 | |
---|
9 | rm lib/filter/doctrine/CommentaireParlementairesFormFilter.class.php |
---|
10 | rm lib/filter/doctrine/base/BaseCommentaireParlementairesFormFilter.class.php |
---|
11 | rm lib/form/doctrine/CommentaireParlementairesForm.class.php |
---|
12 | rm lib/form/doctrine/base/BaseCommentaireParlementairesForm.class.php |
---|
13 | rm lib/model/doctrine/base/BaseCommentaireParlementaires.class.php |
---|
14 | |
---|
15 | php symfony cc |
---|
16 | php symfony doctrine:build-model |
---|
17 | php symfony doctrine:build-form |
---|
18 | php symfony doctrine:build-filters |
---|
19 | php symfony doctrine:build-sql |
---|
20 | |
---|
21 | cat bin/updateDB.sql | mysql $MYSQLID $DBNAME |
---|
22 | |
---|
23 | php symfony correct:Commentaires |
---|
24 | |
---|
25 | php symfony cc |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.