Skip to content

Commit

Permalink
chore: Update test db schema (#7036)
Browse files Browse the repository at this point in the history
  • Loading branch information
aikebah authored Oct 13, 2024
2 parents 07a2c3f + 362b7fa commit beb0158
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 194 deletions.
39 changes: 0 additions & 39 deletions ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,25 +89,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
</resources>
</configuration>
</execution>
<execution>
<id>copy-test-upgrade-script</id>
<phase>pre-integration-test</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/test-classes/data</outputDirectory>
<resources>
<resource>
<directory>${basedir}/../core/src/test/resources/data</directory>
<filtering>false</filtering>
<includes>
<include>upgrade_4.2.sql</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-test-resources-1</id>
<phase>pre-integration-test</phase>
Expand Down Expand Up @@ -184,26 +165,6 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved.
</resources>
</configuration>
</execution>
<execution>
<id>copy-data</id>
<phase>pre-integration-test</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/test-classes</outputDirectory>
<resources>
<resource>
<directory>${basedir}/../src/test/resources</directory>
<filtering>false</filtering>
<includes>
<include>db.cve.zip</include>
<include>index.cpe.zip</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion core/src/main/resources/data/upgrade_2.9.sql

This file was deleted.

55 changes: 0 additions & 55 deletions core/src/main/resources/data/upgrade_3.0.sql

This file was deleted.

7 changes: 0 additions & 7 deletions core/src/main/resources/data/upgrade_4.0.sql

This file was deleted.

34 changes: 0 additions & 34 deletions core/src/main/resources/data/upgrade_4.1.sql

This file was deleted.

5 changes: 0 additions & 5 deletions core/src/main/resources/data/upgrade_5.0.sql

This file was deleted.

6 changes: 0 additions & 6 deletions core/src/main/resources/data/upgrade_5.1.sql

This file was deleted.

6 changes: 0 additions & 6 deletions core/src/main/resources/data/upgrade_5.2.1.sql

This file was deleted.

4 changes: 0 additions & 4 deletions core/src/main/resources/data/upgrade_5.2.sql

This file was deleted.

37 changes: 0 additions & 37 deletions core/src/test/resources/data/upgrade_4.2.sql

This file was deleted.

Binary file modified src/test/resources/data.zip
Binary file not shown.

0 comments on commit beb0158

Please sign in to comment.