Skip to content

Commit 2edbaf0

Browse files
smkniaziGautier Berthou
authored and
Gautier Berthou
committed
[HOPS-1626] Added missing schema files
1 parent f2fe06c commit 2edbaf0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

schema/create-tables.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.6_to_2.8.2.7.sql &
88
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.7_to_2.8.2.8.sql &&
99
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.8_to_2.8.2.9.sql &&
1010
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.9_to_2.8.2.10.sql &&
11-
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.10_to_3.2.0.0.sql
11+
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_2.8.2.10_to_3.2.0.0.sql &&
12+
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_3.2.0.0_to_3.2.0.1.sql &&
13+
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_3.2.0.1_to_3.2.0.2.sql &&
14+
mysql --host=$1 --port=$2 -u $3 -p$4 $5 < update-schema_3.2.0.2_to_3.2.0.3.sql

schema/update-schema_3.2.0.2_to_3.2.0.3.sql

Whitespace-only changes.

0 commit comments

Comments
 (0)