-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
159 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file renamed
BIN
+2.47 MB
b6/lib/db/mysql-connector-j-9.0.0.jar → b6/lib/db/mysql-connector-j-9.1.0.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+3.62 KB
(100%)
b6web_t10_android_eb3/WebContent/WEB-INF/lib/commander4j.jar
Binary file not shown.
Binary file renamed
BIN
+2.47 MB
...t/WEB-INF/lib/mysql-connector-j-9.0.0.jar → ...t/WEB-INF/lib/mysql-connector-j-9.1.0.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
...android_eb3/WebContent/xml/schema/com.microsoft.sqlserver.jdbc.SQLServerDriver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE [dbo].[APP_PROCESS_ORDER] ADD [RECIPE_VERSION] varchar(10) DEFAULT '' | ||
</statement> | ||
|
||
|
||
</DDL> |
10 changes: 10 additions & 0 deletions
10
b6web_t10_android_eb3/WebContent/xml/schema/com.mysql.cj.jdbc.Driver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE `APP_PROCESS_ORDER` ADD COLUMN `RECIPE_VERSION` varchar(10) NULL DEFAULT '' AFTER `INSPECTION_ID` | ||
</statement> | ||
|
||
|
||
</DDL> |
10 changes: 10 additions & 0 deletions
10
b6web_t10_android_eb3/WebContent/xml/schema/oracle.jdbc.driver.OracleDriver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE "APP_PROCESS_ORDER" ADD ("RECIPE_VERSION" VARCHAR2(10) DEFAULT '') | ||
</statement> | ||
|
||
|
||
</DDL> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+2.47 MB
...t/WEB-INF/lib/mysql-connector-j-9.0.0.jar → ...t/WEB-INF/lib/mysql-connector-j-9.1.0.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
...b_t10_react/WebContent/xml/schema/com.microsoft.sqlserver.jdbc.SQLServerDriver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE [dbo].[APP_PROCESS_ORDER] ADD [RECIPE_VERSION] varchar(10) DEFAULT '' | ||
</statement> | ||
|
||
|
||
</DDL> |
10 changes: 10 additions & 0 deletions
10
b6web_t10_react/WebContent/xml/schema/com.mysql.cj.jdbc.Driver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE `APP_PROCESS_ORDER` ADD COLUMN `RECIPE_VERSION` varchar(10) NULL DEFAULT '' AFTER `INSPECTION_ID` | ||
</statement> | ||
|
||
|
||
</DDL> |
10 changes: 10 additions & 0 deletions
10
b6web_t10_react/WebContent/xml/schema/oracle.jdbc.driver.OracleDriver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE "APP_PROCESS_ORDER" ADD ("RECIPE_VERSION" VARCHAR2(10) DEFAULT '') | ||
</statement> | ||
|
||
|
||
</DDL> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+2.47 MB
...t/WEB-INF/lib/mysql-connector-j-9.0.0.jar → ...t/WEB-INF/lib/mysql-connector-j-9.1.0.jar
Binary file not shown.
10 changes: 10 additions & 0 deletions
10
...t10_wm_eb18/WebContent/xml/schema/com.microsoft.sqlserver.jdbc.SQLServerDriver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE [dbo].[APP_PROCESS_ORDER] ADD [RECIPE_VERSION] varchar(10) DEFAULT '' | ||
</statement> | ||
|
||
|
||
</DDL> |
10 changes: 10 additions & 0 deletions
10
b6web_t10_wm_eb18/WebContent/xml/schema/com.mysql.cj.jdbc.Driver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE `APP_PROCESS_ORDER` ADD COLUMN `RECIPE_VERSION` varchar(10) NULL DEFAULT '' AFTER `INSPECTION_ID` | ||
</statement> | ||
|
||
|
||
</DDL> |
10 changes: 10 additions & 0 deletions
10
b6web_t10_wm_eb18/WebContent/xml/schema/oracle.jdbc.driver.OracleDriver/000196.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE DDL SYSTEM "schema.dtd"> | ||
<DDL> | ||
|
||
<statement> | ||
ALTER TABLE "APP_PROCESS_ORDER" ADD ("RECIPE_VERSION" VARCHAR2(10) DEFAULT '') | ||
</statement> | ||
|
||
|
||
</DDL> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.