Correct spell error from `seperate` to `separate`

Change-Id: I86c156e13b3648704039462570a4d9f171d6e7f8
This commit is contained in:
songwenping 2020-09-02 15:38:08 +08:00
parent df56e21c90
commit b1ff4aff02
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ The placement database will get a new ``consumer_types`` table that will have
a default consumer type called ``UNKNOWN`` and the ``consumers`` table will
get a new ``consumer_type_id`` column that by default will point to the
``UNKNOWN`` consumer type. The migration is intended to solely be an alembic
migration although a comparision can be done for this versus having a seperate
migration although a comparision can be done for this versus having a separate
online data migration to update null values to "UNKNOWN" to pick the faster
one.