Skip to content

Commit

Permalink
update: database
Browse files Browse the repository at this point in the history
  • Loading branch information
NLNM-0-0 committed Jan 13, 2024
1 parent 295d023 commit d203102
Show file tree
Hide file tree
Showing 8 changed files with 216 additions and 2,700 deletions.
1 change: 0 additions & 1 deletion backend/common/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const (
BookUpdateFeatureCode = "BOOK_UPDATE"
BookUpdateStatusFeatureCode = "BOOK_UPDATE"
BookViewFeatureCode = "BOOK_VIEW"
BookDeleteFeatureCode = "BOOK_DELETE"

BookTitleCreateFeatureCode = "BOOK_TITLE_CREATE"
BookTitleUpdateFeatureCode = "BOOK_TITLE_UPDATE"
Expand Down
2 changes: 1 addition & 1 deletion backend/module/invoice/invoicestore/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type InvoiceCreateTemp struct {
Id string `json:"-" gorm:"column:id;"`
CustomerId *string `json:"customerId" gorm:"column:customerId;"`
TotalPrice int `json:"-" gorm:"column:totalPrice;"`
TotalImportPrice int `json:"-" gorm:"column:totalImportNote;"`
TotalImportPrice int `json:"-" gorm:"column:totalImportPrice;"`
AmountReceived int `json:"-" gorm:"column:amountReceived"`
AmountPriceUsePoint int `json:"-" gorm:"column:amountPriceUsePoint"`
PointUse int `json:"-" gorm:"column:pointUse;"`
Expand Down
270 changes: 215 additions & 55 deletions sql_dump_save/15-dump-2024_01_03.sql → sql/19-dump-2024_01_13.sql

Large diffs are not rendered by default.

712 changes: 0 additions & 712 deletions sql_dump_save/11-dump-2023_12_19.sql

This file was deleted.

709 changes: 0 additions & 709 deletions sql_dump_save/12-dump-2023_12_20.sql

This file was deleted.

614 changes: 0 additions & 614 deletions sql_dump_save/13-dump-2023_12_24.sql

This file was deleted.

608 changes: 0 additions & 608 deletions sql_dump_save/14-dump-2023_12_31.sql

This file was deleted.

File renamed without changes.

0 comments on commit d203102

Please sign in to comment.