mirror of
https://github.com/ent/ent.git
synced 2026-05-02 23:50:54 +03:00
ent: change ent package name (#1338)
Summary: Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1338 Pull Request resolved: https://github.com/facebookincubator/ent/pull/14 Reviewed By: alexsn Differential Revision: D16890825 fbshipit-source-id: 656baaa73f5debab08c849b6b9639caeec2a8ef1
This commit is contained in:
committed by
Facebook Github Bot
parent
a209a8395e
commit
e0e754717e
@@ -4,8 +4,8 @@ import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
"fbc/ent/dialect"
|
||||
"fbc/ent/dialect/sql"
|
||||
"github.com/facebookincubator/ent/dialect"
|
||||
"github.com/facebookincubator/ent/dialect/sql"
|
||||
)
|
||||
|
||||
// SQLite is an SQLite migration driver.
|
||||
|
||||
Reference in New Issue
Block a user