ent/schema: move schema packages into a separate package

Reviewed By: alexsn

Differential Revision: D16763332

fbshipit-source-id: e3e4279c62992de192464c3d3b1036c45687507c
This commit is contained in:
Ariel Mashraki
2019-08-12 07:49:05 -07:00
committed by Facebook Github Bot
parent 230e764b77
commit 108affa8dd
37 changed files with 55 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ package valid
import (
"fbc/ent"
"fbc/ent/field"
"fbc/ent/schema/field"
)
// User holds the user schema.