mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-26 05:36:38 +00:00
cac9d65029
* convert statuses.visibility and notifications.notification_type columns from type string -> int for performance / space savings * fix test trying to compare string to int * fix instance count query using string literal instead of gtsmodel const type * ensure a default value is always set * also migrate the account settings and sin bin status tables * initialize maps outside loops and place into singular enum mapping creation func * use int16 for enum types * update sinbinstatus creation to be from a snapshot at initial creation * add snapshot of poll type at creation time |
||
---|---|---|
.. | ||
astointernal.go | ||
astointernal_test.go | ||
converter.go | ||
converter_test.go | ||
csv.go | ||
defaulticons.go | ||
frontendtointernal.go | ||
internal.go | ||
internaltoas.go | ||
internaltoas_test.go | ||
internaltofrontend.go | ||
internaltofrontend_test.go | ||
internaltorss.go | ||
internaltorss_test.go | ||
util.go | ||
util_test.go | ||
wrap.go | ||
wrap_test.go |