From ab5130de2ae1f61dd0bf0c757426db9260c2aeb2 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Wed, 26 Jun 2024 17:59:15 +0800 Subject: [PATCH] :card_file_box: Add the status model --- .idea/workspace.xml | 14 +++++++------- pkg/internal/database/migrator.go | 1 + pkg/internal/models/accounts.go | 6 ++++-- pkg/internal/models/statuses.go | 20 ++++++++++++++++++++ 4 files changed, 32 insertions(+), 9 deletions(-) create mode 100644 pkg/internal/models/statuses.go diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e4c17c7..2bc673f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,11 @@