Django Book 翻译
菜单>:
TOC
返回
原文:
Weve also added our own database migration facility so that developers dont have to apply SQL patches to keep their database schemas current. Developers who change the schema write a Python function to update the database, and these are applied automatically when the server is started.
翻译:
我们也增加了数据库迁移功能,这样开发人员就不必通过SQL脚本来更新数据库结构。开发人员可以通过写一个python函数的来更新数据库。当服务器重启的时候,这个更新会自动生效。
备注:
译者: