Skip to content

Commit 0f82df7

Browse files
authored
Reset limit reductions (#193)
Signed-off-by: Ayoub LABIDI <[email protected]>
1 parent 6520c85 commit 0f82df7

File tree

3 files changed

+9
-44
lines changed

3 files changed

+9
-44
lines changed

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

Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
2+
<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">
3+
<changeSet author="labidiayo" id="reset-limit-reductions">
4+
<sql dbms="postgresql">
5+
TRUNCATE TABLE limit_reduction_entity CASCADE;
6+
</sql>
7+
</changeSet>
8+
</databaseChangeLog>

src/main/resources/db/changelog/db.changelog-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ databaseChangeLog:
4343
file: changesets/changelog_20250207T161145Z.xml
4444
relativeToChangelogFile: true
4545
- include:
46-
file: changesets/changelog_20250807T090300Z.xml
46+
file: changesets/changelog_20250827T095600Z.xml
4747
relativeToChangelogFile: true

0 commit comments

Comments
 (0)