From ca871a867fe989651326cd6ca4e784aa5e1119ff Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 6 Apr 2024 17:20:14 +0200 Subject: [PATCH] docs: some readmes pretty useless but at least they're there --- src/migrations/README.md | 3 +++ src/model/README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 src/migrations/README.md create mode 100644 src/model/README.md diff --git a/src/migrations/README.md b/src/migrations/README.md new file mode 100644 index 0000000..a76d0fe --- /dev/null +++ b/src/migrations/README.md @@ -0,0 +1,3 @@ +# migrations + +there are sea_orm migrations to apply to your database diff --git a/src/model/README.md b/src/model/README.md new file mode 100644 index 0000000..f276126 --- /dev/null +++ b/src/model/README.md @@ -0,0 +1,3 @@ +# model + +these are orm entities, with associated relations, constructors and sometimes utility functions