Rename the freeposte/mailu directory and database

This commit is contained in:
Pierre Jaury
2016-10-29 13:42:39 +02:00
parent 4988a05a59
commit 013286b8e1
126 changed files with 1050 additions and 1056 deletions

View File

@@ -13,8 +13,8 @@ down_revision = 'dc8c25cf5b98'
from alembic import op
import sqlalchemy as sa
from freeposte.admin.models import User
from freeposte import db
from mailu.admin.models import User
from mailu import db
def upgrade():
# spam_threshold is a X/15 based value, we're converting it to percent.