From: Justin Wind Date: Sat, 30 Mar 2024 22:02:07 +0000 (-0700) Subject: fix latest db schema erd version X-Git-Url: https://git.squeep.com/?p=squeep-indie-auther;a=commitdiff_plain;h=ef9c7915194d4470b19194536f31f7e5fe12d664 fix latest db schema erd version --- diff --git a/documentation/media/postgres-er.svg b/documentation/media/postgres-er.svg index 0d3027d..24717c0 100644 --- a/documentation/media/postgres-er.svg +++ b/documentation/media/postgres-er.svg @@ -11,7 +11,7 @@ IndieAuther Entity-Relations Postgres -Schema 1.1.0 +Schema 1.2.0 redeemed_ticket diff --git a/documentation/media/sqlite-er.svg b/documentation/media/sqlite-er.svg index 9935e63..bfe2b89 100644 --- a/documentation/media/sqlite-er.svg +++ b/documentation/media/sqlite-er.svg @@ -10,7 +10,7 @@ indieAutherERD IndieAuther Entity-RelationsSQLite -Schema 1.1.0 +Schema 1.2.0 redeemed_ticket diff --git a/src/db/postgres/sql/schema/1.2.0/er.dot b/src/db/postgres/sql/schema/1.2.0/er.dot index 951f235..ff0e9d7 100644 --- a/src/db/postgres/sql/schema/1.2.0/er.dot +++ b/src/db/postgres/sql/schema/1.2.0/er.dot @@ -3,7 +3,7 @@ digraph indieAutherERD { rankdir=LR, overlap=false, splines=true, - label="IndieAuther Entity-Relations\nPostgres\nSchema 1.1.0", + label="IndieAuther Entity-Relations\nPostgres\nSchema 1.2.0", labelloc="t", fontsize=26, ]; diff --git a/src/db/sqlite/sql/schema/1.2.0/er.dot b/src/db/sqlite/sql/schema/1.2.0/er.dot index 7171617..35e5265 100644 --- a/src/db/sqlite/sql/schema/1.2.0/er.dot +++ b/src/db/sqlite/sql/schema/1.2.0/er.dot @@ -3,7 +3,7 @@ digraph indieAutherERD { rankdir=LR, overlap=false, splines=true, - label="IndieAuther Entity-Relations\SQLite\nSchema 1.1.0", + label="IndieAuther Entity-Relations\SQLite\nSchema 1.2.0", labelloc="t", fontsize=26, ];