// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import {schemaMigrations} from '@nozbe/watermelondb/Schema/migrations'; // NOTE : To implement migration, please follow this document // https://nozbe.github.io/WatermelonDB/Advanced/Migrations.html export default schemaMigrations({migrations: []});