forked from Ivasoft/mattermost-mobile
* Fix upgrade path * Introduce Upgrade helper * Reset server database schema version to 1 * Enable release builds on the CI * Bump build number to 450
10 lines
365 B
TypeScript
10 lines
365 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
// NOTE : To implement migration, please follow this document
|
|
// https://nozbe.github.io/WatermelonDB/Advanced/Migrations.html
|
|
|
|
import {schemaMigrations} from '@nozbe/watermelondb/Schema/migrations';
|
|
|
|
export default schemaMigrations({migrations: []});
|