关于Django的南方和数据迁移的问题

发布于 2024-11-03 08:30:28 字数 144 浏览 1 评论 0原文

我刚刚从南方开始,到目前为止我所读到的内容还没有回答我的一个问题。

事情是这样的:数据怎么样? South 是否将所有数据转储到固定装置中,更改架构,然后重新加载所有数据?如果我的模型更改为删除列,South 是否会解析删除它的数据?

谢谢!

I'm just starting with South and one question that I have is not answered in what I have read so far.

Here is the thing: what about the data? Does South makes a dump of all data into a fixture, changes the schema and than reloads all of it? In the case of my model's change be the deletion of a column, does South parse the data removing it?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兔小萌 2024-11-10 08:30:28

不,为什么要这么做?它只是在数据库上运行 ALTER TABLE 语句。

No. Why would it do that? It simply runs ALTER TABLE statements on the database.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文