You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/store/db/mysql
Athurg Gooth b966c16dd5
fix: data too large for mysql (#2470)
* Extend some TEXT field to LONGTEXT in mysql

* move db migration version

* fix error in migrate SQL
2 years ago
..
migration fix: data too large for mysql (#2470) 2 years ago
seed chore: update package name 2 years ago
activity.go chore: update activity store definition 2 years ago
common.go chore: update activity store definition 2 years ago
idp.go fix: CreateIdentityProvider without id (#2352) 2 years ago
inbox.go chore: impl inbox store for mysql 2 years ago
memo.go chore: move common packages to internal 2 years ago
memo_organizer.go feat: add support for ListMemoOrganizer (#2367) 2 years ago
memo_relation.go fix: mysql syntax 2 years ago
migration_history.go fix: mysql syntax 2 years ago
migrator.go fix: migration always in mysql (#2353) 2 years ago
mysql.go chore: move common packages to internal 2 years ago
resource.go fix: create resource without some attributes (#2354) 2 years ago
storage.go fix: create storage without some attributes (#2358) 2 years ago
system_setting.go fix: mysql syntax 2 years ago
tag.go fix: ListTag not support omit params (#2366) 2 years ago
user.go chore: impl inbox store for mysql 2 years ago
user_setting.go fix: mysql syntax 2 years ago