chore: Private use of sea_orm_migration
prelude
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
6268b5fe48
commit
02a0ac09cc
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
|||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
// SOFTWARE.
|
||||
|
||||
pub use sea_orm_migration::prelude::*;
|
||||
use sea_orm_migration::prelude::*;
|
||||
pub use sea_orm_migration::MigratorTrait;
|
||||
|
||||
mod create_incoming_chat_requests_table;
|
||||
mod create_outgoing_chat_requests_table;
|
||||
|
|
Loading…
Reference in a new issue