Skip to content

Commit a3d1943

Browse files
berthougGautier Berthou
authored and
Gautier Berthou
committed
[HOPS-485] add 2.8.2.5 to create-tables
1 parent ca0da9e commit a3d1943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schema/create-tables.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < schema.sql &&
22
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.1_to_2.8.2.2.sql &&
33
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.2_to_2.8.2.3.sql &&
4-
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.3_to_2.8.2.4.sql
4+
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.3_to_2.8.2.4.sql &&
5+
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.4_to_2.8.2.5.sql

0 commit comments

Comments
 (0)