diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-11-24 11:43:17 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-11-24 11:43:17 +0000 |
| commit | 5af860a848a78b176e44bba36ff2baa5dec4067c (patch) | |
| tree | e5f8bc602456cb9377441aef077e875092b6c027 /Makefile | |
| parent | 41d4bc0a078aea859ef274c250d5fc301fa162cb (diff) | |
| download | xxv-5af860a848a78b176e44bba36ff2baa5dec4067c.tar.gz xxv-5af860a848a78b176e44bba36ff2baa5dec4067c.tar.bz2 | |
* Table VERSION must dropped by update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ updateversion: DBTABLES = $(shell cat ./contrib/update-xxv | grep tables= | cut -d '=' -f 2 | sed -e s/\'//g;) updatesql: @echo Please type the DB-Password for root: - @mysqldump -p -n -d --add-drop-table --compatible=mysql40,no_table_options -p -u root xxv $(DBTABLES) -r ./contrib/upgrade-xxv-db.sql + @mysqldump -p -n -d --add-drop-table --compatible=mysql40,no_table_options -p -u root xxv $(DBTABLES) VERSION -r ./contrib/upgrade-xxv-db.sql setpermission: @find $(TMPDIR)/$(ARCHIVE) -type d -exec chmod 755 {} \; |
