File tree 3 files changed +12
-21
lines changed
src/main/resources/liquibase
3 files changed +12
-21
lines changed Original file line number Diff line number Diff line change 5
5
xsi:schemaLocation=" http://www.liquibase.org/xml/ns/dbchangelog
6
6
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd" >
7
7
8
+ <changeSet id =" add-failed-import-request-for-gh1254" author =" php-coder" context =" test-data" >
9
+
10
+ <insert tableName =" series_import_requests" >
11
+ <column name =" url" value =" http://127.0.0.1:8080/series/1?lang=en" />
12
+ <column name =" status_id" valueComputed =" (SELECT id FROM series_import_request_statuses WHERE name = 'DownloadingFailed')" />
13
+ <column name =" requested_at" valueComputed =" ${NOW}" />
14
+ <column name =" requested_by" valueComputed =" (SELECT id FROM users WHERE role = 'ADMIN' ORDER by id LIMIT 1)" />
15
+ <column name =" updated_at" valueComputed =" ${NOW}" />
16
+ </insert >
17
+
18
+ </changeSet >
19
+
8
20
<changeSet id =" add-import-request-for-gh1256" author =" php-coder" context =" test-data" >
9
21
10
22
<insert tableName =" series_import_requests" >
Original file line number Diff line number Diff line change 7
7
8
8
<include file =" 0.4.2/2019-11-17--drop_unique_series_from_collection.xml" relativeToChangelogFile =" true" />
9
9
<include file =" 0.4.2/2019-11-27--add_collections_series_id.xml" relativeToChangelogFile =" true" />
10
- <include file =" 0.4.2/2020-02-11--downloading_failed_import_requests.xml" relativeToChangelogFile =" true" />
11
10
12
11
</databaseChangeLog >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments