* Fix upgrade path
* Introduce Upgrade helper
* Reset server database schema version to 1
* Enable release builds on the CI
* Bump build number to 450
(cherry picked from commit 4199b13843)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
9 lines
365 B
TypeScript
9 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: []});
|