mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
5 lines
201 B
Bash
Executable File
5 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
echo "drop database humbug; create database humbug DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_bin;" | mysql
|
|
python manage.py syncdb
|
|
python manage.py populate_db --replay-old-zephyrs -n0
|