Changes between Initial Version and Version 10 of Ticket #23833


Ignore:
Timestamp:
Nov 15, 2014, 2:23:13 PM (9 years ago)
Author:
Mattia Procopio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23833

    • Property Status newassigned
    • Property Triage Stage UnreviewedAccepted
    • Property Owner changed from nobody to Mattia Procopio
  • Ticket #23833 – Description

    initial v10  
    1 Sometimes it happeens that I need to delete all tables within my database. While this is easy using SQLite, it's a boring procedure using another backend. Would it be good to add such a feature as command?
     1Sometimes it happeens that I need to delete all tables within my database. While with SQLite the db can be easily dropped togheter with the tables, it's still a boring procedure dropping tables manually using another backend. Would it be good to add such a feature as command?
Back to Top