From d1e16a47819509ed645bb93e1a173e0a97025cef Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 8 Jan 2025 19:25:29 +0100 Subject: build: Move mod to subproject --- src/main/kotlin/moe/nea/ledger/database/schema.dot | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/main/kotlin/moe/nea/ledger/database/schema.dot (limited to 'src/main/kotlin/moe/nea/ledger/database/schema.dot') diff --git a/src/main/kotlin/moe/nea/ledger/database/schema.dot b/src/main/kotlin/moe/nea/ledger/database/schema.dot deleted file mode 100644 index d932f6a..0000000 --- a/src/main/kotlin/moe/nea/ledger/database/schema.dot +++ /dev/null @@ -1,23 +0,0 @@ -digraph { - node [shape=plain]; - rankdir=LR; - entry [label=< - - - - - - -
Log Entry
playerId
profileId
timestamp
Type
- >]; - item [label=< - - - - - - -
Item Stack
Transaction
Item ID
Count
Transfer Direction
- >]; -// item:transaction -> entry; -} \ No newline at end of file -- cgit