Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanovicz committed Jun 1, 2022
1 parent 007f918 commit 9a6bc56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ database geo {

table link {
distance integer
src_id -> zone // mandatory foreign key field
dst_id ---> zone // arrows can be as long as you want
src_id --> zone // mandatory foreign key field
dst_id --> zone
hub_id --> zone? (down) // nullable foreign key field
}

Expand All @@ -85,7 +85,7 @@ database geo {
}

location *--> contact // will generate the implicit "contact_id serial" primary key in contact
location *..> infra.zone // foreign key referencing a table in another schema
location *--> infra.zone // foreign key referencing a table in another schema

}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.republicate.kddl"
version = "0.4"
version = "0.5"

repositories {
mavenCentral()
Expand Down

0 comments on commit 9a6bc56

Please sign in to comment.