Changes between Version 1 and Version 2 of db.delete_table
- Timestamp:
- 12/03/09 08:53:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
db.delete_table
v1 v2 13 13 {{{ 14 14 #!python 15 db.d rop_table("core_planet")15 db.delete_table("core_planet") 16 16 }}} 17 17 … … 19 19 {{{ 20 20 #!python 21 db.d rop_table("core_planet", cascade=False)21 db.delete_table("core_planet", cascade=False) 22 22 }}}
