README ¶ Storage This is not intended to be used as a standalone library. It is a collection of files necessary to run the backend, accounts, and signaling services. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func UpgradeToV1(oldDB *gorm.DB, newDB *gorm.DB) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UpgradeToV1 ¶ func UpgradeToV1(oldDB *gorm.DB, newDB *gorm.DB) error * Upgrades the old database to the new one implemented using GORM. Since migrations aren't capable of * upgrading the database, this function will need to be called to upgrade the database. * TODO. Types ¶ This section is empty. Source Files ¶ View all Source files storage.go Directories ¶ Show internal Expand all Path Synopsis pkg bitfield common old_types types Click to show internal directories. Click to hide internal directories.