Skip to content

Commit 174998d

Browse files
committed
just delete all rows
Signed-off-by: jamal-khey <[email protected]>
1 parent 3c74824 commit 174998d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/main/resources/db/changelog/changesets/changelog_20241212T111835Z.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
22
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-latest.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-latest.xsd">
33
<changeSet author="jamalk (generated)" id="1734002324759-1">
4-
<sqlFile path="migrate_limit_reduction_data_reset-all.sql"
4+
<sqlFile path="migrate_limit_reduction_rest.sql"
55
relativeToChangelogFile="true"
66
encoding="UTF-8"/>
77
</changeSet>

0 commit comments

Comments
 (0)