Changeset 595
- Timestamp:
- 09/01/05 16:51:01 (3 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r594 r595 277 277 appropriate command-line utility, ``mysql``. 278 278 279 ``django-admin.py sqlreset`` outputs SQL that clears the app's database 280 table(s) and creates new ones. The above command uses a Unix pipe to send the 281 SQL directly to the PostgreSQL command-line utility, which accepts SQL as 282 input. 283 279 284 If you do care about deleting data, you'll have to execute the ``ALTER TABLE`` 280 285 statements manually in your database. That's the way we've always done it,
