File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
workshops/dcms-cicd/liquibase Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change
1
+ # Temporary Builds
2
+ grabdish /inventory-micronaut /build /
3
+
1
4
# Deployment artifacts
2
5
.deployed /
3
6
.deployed /* .yaml
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<databaseChangeLog
3
- xmlns =" http://www.liquibase.org/xml/ns/dbchangelog"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
3
+ xmlns =" http://www.liquibase.org/xml/ns/dbchangelog"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" http://www.liquibase.org/xml/ns/dbchangelog
6
6
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.9.xsd" >
7
- <include file =" table/inventory_table.xml" />
8
- </databaseChangeLog >
7
+ <include file =" table/inventory_table.xml" />
8
+ </databaseChangeLog >
Original file line number Diff line number Diff line change 1
1
-- liquibase formatted sql
2
2
3
- -- changeset john:Initial context:admin
3
+ -- changeset gotsysdba:grant_${schema} context:admin
4
4
ALTER USER " ${schema}" QUOTA UNLIMITED ON " DATA" ;
5
5
GRANT CREATE SESSION TO " ${schema}" ;
6
6
GRANT CREATE TABLE TO " ${schema}" ;
You can’t perform that action at this time.
0 commit comments