饺子w (Yumechi)
|
496c166981
|
chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm (#863)
* chore: Migrate github.com/jinzhu/gorm to gorm.io/gorm
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* chore: drop singleton connection limit on sqlite3 backend
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* enhance: database logging
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* Revert "chore: drop singleton connection limit on sqlite3 backend"
This reverts commit b494a3bd1f2e18dc9b5e57bbb87e755a6247452f.
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* typo
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* rename unique_index -> uniqueIndex
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* drop uniqueIndex on primary key
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* migrate fully to new gorm tag format
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* specify unique index name
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* remove pluginConf duplicate index
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
* disable auto migrate FK
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
---------
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
|
2025-10-29 22:23:10 +00:00 |
Jannis Mattheis
|
7b90b8a8f5
|
Use v2 in package path
|
2020-05-08 10:43:17 +02:00 |
饺子w
|
67493c643e
|
Return 500 server error on database failures (#191)
|
2019-05-25 08:37:24 +02:00 |
Jannis Mattheis
|
1831b6078f
|
[#34] Add db calls for paged message api
|
2018-04-13 18:56:11 +02:00 |
Jannis Mattheis
|
8d7c7a5a50
|
Correctly delete all messages from a user
Till now only the ApplicationID got remove from the message, therefore
the message was still in the database but not visible for the user.
|
2018-03-25 19:33:29 +02:00 |
Jannis Mattheis
|
2c9de20c2a
|
Adjust message database impl
|
2018-03-11 17:58:44 +01:00 |
Jannis Mattheis
|
1e7e1a71f7
|
Rename to gotify
|
2018-02-12 16:48:01 +01:00 |
Jannis Mattheis
|
dffe12418b
|
Add database wrapper
|
2018-02-11 08:54:20 +01:00 |