fix latest db schema erd version
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 30 Mar 2024 22:02:07 +0000 (15:02 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sat, 30 Mar 2024 22:02:07 +0000 (15:02 -0700)
documentation/media/postgres-er.svg
documentation/media/sqlite-er.svg
src/db/postgres/sql/schema/1.2.0/er.dot
src/db/sqlite/sql/schema/1.2.0/er.dot

index 0d3027d9ca63ef7aef520c648d99b78991c266d6..24717c09f3417cc7c3fd442a584ee66655128a63 100644 (file)
@@ -11,7 +11,7 @@
 <polygon fill="white" stroke="transparent" points="-4,4 -4,-665 665,-665 665,4 -4,4"/>
 <text text-anchor="middle" x="330.5" y="-636.2" font-family="Times,serif" font-size="26.00">IndieAuther Entity&#45;Relations</text>
 <text text-anchor="middle" x="330.5" y="-607.2" font-family="Times,serif" font-size="26.00">Postgres</text>
-<text text-anchor="middle" x="330.5" y="-578.2" font-family="Times,serif" font-size="26.00">Schema 1.1.0</text>
+<text text-anchor="middle" x="330.5" y="-578.2" font-family="Times,serif" font-size="26.00">Schema 1.2.0</text>
 <!-- redeemed_ticket -->
 <g id="node1" class="node">
 <title>redeemed_ticket</title>
index 9935e635a4e9f15d500a19b0b63ef88ec10efdee..bfe2b89550c9fc5d57094a3c5645ac2e183403b7 100644 (file)
@@ -10,7 +10,7 @@
 <title>indieAutherERD</title>
 <polygon fill="white" stroke="transparent" points="-4,4 -4,-636 665,-636 665,4 -4,4"/>
 <text text-anchor="middle" x="330.5" y="-607.2" font-family="Times,serif" font-size="26.00">IndieAuther Entity&#45;RelationsSQLite</text>
-<text text-anchor="middle" x="330.5" y="-578.2" font-family="Times,serif" font-size="26.00">Schema 1.1.0</text>
+<text text-anchor="middle" x="330.5" y="-578.2" font-family="Times,serif" font-size="26.00">Schema 1.2.0</text>
 <!-- redeemed_ticket -->
 <g id="node1" class="node">
 <title>redeemed_ticket</title>
index 951f2350e71f18f84cb6bc740aab0e5ed8e25a24..ff0e9d7ec73491872e0aed5e56940554517a4d98 100644 (file)
@@ -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,
        ];
index 71716175401da31c2d50fbbc1184940cd317e448..35e5265bf7a17d6afcd8f4ebb1540478671da4a4 100644 (file)
@@ -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,
        ];