mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
Remove obsolete clear_db management command.
do_destroy_rebuild_database is the "new" way to reset one's dev database. (imported from commit 8edb707ecd5e6e24b62eef324915cc3a4a5b8eda)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
from django.core.management.base import NoArgsCommand
|
||||
from zerver.models import clear_database
|
||||
|
||||
class Command(NoArgsCommand):
|
||||
help = "Clear only tables we change: messages, accounts + sessions"
|
||||
|
||||
def handle_noargs(self, **options):
|
||||
clear_database()
|
||||
self.stdout.write("Successfully cleared the database.\n")
|
||||
Reference in New Issue
Block a user