Make Address::save() remove possibly existing components from a previous address
[platal.git] / upgrade / 1.1.0 / update.sh
1 #!/bin/bash
2
3 . ../inc/pervasive.sh
4
5 ###########################################################
6 [ "$DATABASE" != "x4dat" ] || die "Cannot target x4dat"
7 [ "$SOURCE_DATABASE" != "" ] || die "Copy required for this release"
8 copy_db
9
10 confirm "* Running database upgrade scripts"
11 mysql_run_directory .
12
13 confirm "* Running upgrade scripts"
14 script_run ./best_domain.php
15 script_run ./languages.php