Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Nov 3, 2023
1 parent f825fe0 commit 11e69b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
[![Latest Image](https://ghcr-badge.egpl.dev/walnuts1018/openchokin-front/latest_tag?trim=major&label=Latest%20Docker%20Image&color=ROYALBLUE&ignore=test-*)](https://ghcr-badge.egpl.dev/walnuts1018/openchokin/latest_tag?trim=major&label=Latest%20Docker%20Image&color=ROYALBLUE&ignore=test-*)
[![wakatime](https://wakatime.com/badge/user/981e52dd-a7ab-4b00-9a71-125be9dc2de6/project/018b8403-cbf1-4c94-9fe8-4cc5a6cd507d.svg)](https://wakatime.com/badge/user/981e52dd-a7ab-4b00-9a71-125be9dc2de6/project/018b8403-cbf1-4c94-9fe8-4cc5a6cd507d)

https://scrapbox.io/kmc/OpenChokin
<https://scrapbox.io/kmc/OpenChokin>
2 changes: 1 addition & 1 deletion back/domain/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type User struct {
}

type Store struct {
ID string `db:"id"`
ID int64 `db:"id"`
Name string `db:"name"`
UserID string `db:"user_id"`
}
Expand Down
12 changes: 0 additions & 12 deletions back/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ erDiagram
BIGSERIAL store_id "取引が発生した店舗のID"
}
labels {
BIGSERIAL id "LabelID"
text name "ラベルの名前"
BIGSERIAL user_id "ラベルを登録したユーザーのID"
}
money_transaction_labels {
BIGSERIAL id "TransactionLabelID"
BIGSERIAL money_transaction_id "ラベルが付けられている取引のID"
BIGSERIAL label_id "付けられているラベルのID"
}
stores {
BIGSERIAL id "StoreID"
text name "店舗の名前"
Expand Down

0 comments on commit 11e69b2

Please sign in to comment.