Skip to content

Commit ebcb694

Browse files
committed
Reset limit reductions
Signed-off-by: Ayoub LABIDI <[email protected]>
1 parent 850264d commit ebcb694

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,6 @@ databaseChangeLog:
4545
- include:
4646
file: changesets/changelog_20250807T090300Z.xml
4747
relativeToChangelogFile: true
48+
- include:
49+
file: changesets/changelog_20250827T095600Z.xml
50+
relativeToChangelogFile: true

0 commit comments

Comments
 (0)