Skip to content

Commit d67b4f7

Browse files
author
EC2 Default User
committed
Merge branch 'master' of github.com:stelligent/continuous_integration_example
2 parents f405843 + 8bd0737 commit d67b4f7

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

software/changelog.xml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<databaseChangeLog
3+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.9 http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.9.xsd">
5+
<changeSet author="pduvall" id="1">
6+
<comment>Create db objects.</comment>
7+
<sqlFile path="db-install/mysql/1.0/createSchema.sql"/>
8+
</changeSet>
9+
<changeSet author="pduvall" id="2">
10+
<comment>Insert initial data.</comment>
11+
<sqlFile path="db-install/mysql/1.0/insertData.sql"/>
12+
</changeSet>
13+
<changeSet author="pduvall" id="3">
14+
<comment>Insert field notes.</comment>
15+
<sqlFile path="db-install/mysql/1.0/insertFieldNotes.sql"/>
16+
</changeSet>
17+
<changeSet author="pduvall" id="4">
18+
<comment>Importing initial location data.</comment>
19+
<sqlFile path="db-install/mysql/1.0/locations/20110304120156_44.sql"/>
20+
<sqlFile path="db-install/mysql/1.0/locations/20110307120101_45.sql"/>
21+
<sqlFile path="db-install/mysql/1.0/locations/20110310120136_46.sql"/>
22+
<sqlFile path="db-install/mysql/1.0/locations/20110313120208_47.sql"/>
23+
<sqlFile path="db-install/mysql/1.0/locations/20110316120112_48.sql"/>
24+
<sqlFile path="db-install/mysql/1.0/locations/20110319120059_49.sql"/>
25+
<sqlFile path="db-install/mysql/1.0/locations/20110322120109_50.sql"/>
26+
<sqlFile path="db-install/mysql/1.0/locations/20110325120741_51.sql"/>
27+
<sqlFile path="db-install/mysql/1.0/locations/20110328120229_52.sql"/>
28+
<sqlFile path="db-install/mysql/1.0/locations/20110331120154_53.sql"/>
29+
<sqlFile path="db-install/mysql/1.0/locations/20110403120103_54.sql"/>
30+
<sqlFile path="db-install/mysql/1.0/locations/20110406120129_55.sql"/>
31+
<sqlFile path="db-install/mysql/1.0/locations/20110409120250_56.sql"/>
32+
<sqlFile path="db-install/mysql/1.0/locations/20110412120144_57.sql"/>
33+
<sqlFile path="db-install/mysql/1.0/locations/20110415120210_58.sql"/>
34+
<sqlFile path="db-install/mysql/1.0/locations/20110418120247_59.sql"/>
35+
<sqlFile path="db-install/mysql/1.0/locations/20110421120132_60.sql"/>
36+
<sqlFile path="db-install/mysql/1.0/locations/20110424120102_61.sql"/>
37+
<sqlFile path="db-install/mysql/1.0/locations/20110427120130_62.sql"/>
38+
<sqlFile path="db-install/mysql/1.0/locations/20110430120308_63.sql"/>
39+
<sqlFile path="db-install/mysql/1.0/locations/20110503120127_64.sql"/>
40+
</changeSet>
41+
<changeSet author="pduvall" id="5">
42+
<comment>Updating manatee, tag and location information.</comment>
43+
<sqlFile path="db-install/mysql/1.0/locations/data_0718.sql"/>
44+
<sqlFile path="db-install/mysql/1.0/updates/1_updates_0807.sql"/>
45+
<sqlFile path="db-install/mysql/1.0/updates/2_locations_0807.sql"/>
46+
<sqlFile path="db-install/mysql/1.0/updates/3_updates_0906.sql"/>
47+
<sqlFile path="db-install/mysql/1.0/updates/4_locations_0906.sql"/>
48+
<sqlFile path="db-install/mysql/1.0/updates/5_locations_0926.sql"/>
49+
<sqlFile path="db-install/mysql/1.0/updates/6_updates_0926.sql"/>
50+
<sqlFile path="db-install/mysql/1.0/updates/7_updates_0930.sql"/>
51+
<sqlFile path="db-install/mysql/1.0/updates/8_locations_0930.sql"/>
52+
<sqlFile path="db-install/mysql/1.0/updates/9_locations_1003.sql"/>
53+
<sqlFile path="db-install/mysql/1.0/updates/10_updates_1010.sql"/>
54+
<sqlFile path="db-install/mysql/1.0/updates/11_locations_1010.sql"/>
55+
</changeSet>
56+
<changeSet author="pduvall" id="6">
57+
<comment>Schema changes for import table, setting default value of MANUAL_IMPORT and updating locations.</comment>
58+
<sqlFile path="db-install/mysql/1.0/updates/12_schema_updates.sql"/>
59+
</changeSet>
60+
<changeSet author="pduvall" id="7">
61+
<comment>Update</comment>
62+
<sqlFile path="db-install/mysql/1.0/updates/13_updates_1017.sql"/>
63+
</changeSet>
64+
<changeSet author="pduvall" id="8">
65+
<comment>Add additional user accounts.</comment>
66+
<sqlFile path="db-install/mysql/1.0/updates/14_insert_users.sql"/>
67+
</changeSet>
68+
</databaseChangeLog>
69+
70+
71+

software/db-upgrade.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<databaseChangeLog
4+
xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.7"
5+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6+
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.7
7+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.7.xsd">
8+
<preConditions>
9+
<or>
10+
<dbms type="oracle" />
11+
<dbms type="mysql" />
12+
<dbms type="postgresql" />
13+
</or>
14+
</preConditions>
15+
16+
<changeSet id="1" author="petstore">
17+
<comment>ADD upgrade table </comment>
18+
<sqlFile path="@db-upgrade.run.dir@/create-upgrade-tables.sql"/>
19+
<rollback>
20+
<sqlFile path="@db-upgrade.run.dir@/drop-upgrade-tables.sql"/>
21+
</rollback>
22+
</changeSet>
23+
</databaseChangeLog>

0 commit comments

Comments
 (0)