@@ -18,10 +18,10 @@ use anyhow::anyhow;
1818use spacetimedb_expr:: statement:: Statement ;
1919use spacetimedb_lib:: identity:: AuthCtx ;
2020use spacetimedb_lib:: metrics:: ExecutionMetrics ;
21- use spacetimedb_lib:: relation:: FieldName ;
2221use spacetimedb_lib:: Timestamp ;
2322use spacetimedb_lib:: { AlgebraicType , ProductType , ProductValue } ;
2423use spacetimedb_query:: { compile_sql_stmt, execute_dml_stmt, execute_select_stmt} ;
24+ use spacetimedb_schema:: relation:: FieldName ;
2525use spacetimedb_vm:: eval:: run_ast;
2626use spacetimedb_vm:: expr:: { CodeResult , CrudExpr , Expr } ;
2727use spacetimedb_vm:: relation:: MemTable ;
@@ -314,10 +314,10 @@ pub(crate) mod tests {
314314 use spacetimedb_lib:: bsatn:: ToBsatn ;
315315 use spacetimedb_lib:: db:: auth:: { StAccess , StTableType } ;
316316 use spacetimedb_lib:: error:: { ResultTest , TestError } ;
317- use spacetimedb_lib:: relation:: Header ;
318317 use spacetimedb_lib:: { AlgebraicValue , Identity } ;
319318 use spacetimedb_primitives:: { col_list, ColId , TableId } ;
320319 use spacetimedb_sats:: { product, AlgebraicType , ArrayValue , ProductType } ;
320+ use spacetimedb_schema:: relation:: Header ;
321321 use spacetimedb_vm:: eval:: test_helpers:: create_game_data;
322322
323323 pub ( crate ) fn execute_for_testing (
0 commit comments