当前位置: 首页 > 面试题库 >

停止在sails.js中自动迁移架构

唐高朗
2023-03-14
问题内容

在sails.js中,我们如何停止将模式自动迁移到数据库中。有时,由于迁移会产生错误。有没有一种方法可以使迁移仅在部署应用程序时运行?


问题答案:

您也可以尝试如下操作:

module.exports = {

  // migrate: 'alter', // adds and/or removes columns on changes to the schema

  // migrate: 'drop', // drops all your tables and then re-creates them. All data is deleted.

  // migrate: 'safe', doesn't do anything on sails lift- for use in production.

  attributes: { /* ... */ }

};


 类似资料:
  • stop-task 命令用于停止数据迁移任务。有关 stop-task 与 pause-task 的区别,请参考暂停数据迁移任务中的相关说明。 help stop-task stop a specified task Usage: dmctl stop-task [-s source ...] <task-name | task-file> [flags] Flags: -h, --hel

  • The migration CLI automatically migrates your v1 website to a v2 website. info Manual work is still required after using the migration CLI, as we can't automate a full migration The migration CLI migr

  • 我有一个在docker容器中运行的nodejs API,我想使用Kong作为API-gateway。Kong将在另一个docker容器中运行。当我使用docker-compose启动API容器和Kong容器时,Kong容器抛出一个错误声明;

  • 我在版本1.5.7中有一个简单的Spring Boot应用程序,我正在尝试将其迁移到版本2.0.0。我快完成了,但还有最后一块不见了,那就是胸腺叶。 在旧版本中一切正常,但是迁移后,Spring Boot停止解析任何模板(页面和电子邮件)。 我有所有的模板。另外,我有布局称为默认在看起来像这样: 我的页面链接到这样的布局:

  • 在Zf3项目中,我添加了条令和迁移模块,并配置了条令和迁移配置。 现在我通过以下命令创建迁移 有人帮我吗有什么问题吗?

  • This manual migration process should be run after the automated migration process, to complete the missing parts, or debug issues in the migration CLI output. Project setup package.json Scoped package