Skip to content

Commit

Permalink
Commit the migration
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Jun 28, 2023
1 parent f77e3e0 commit 21d9100
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages/integration-lts/dbschema/migrations/00021.edgeql
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
CREATE MIGRATION m1bffqrfcj7ols7s3v27kgbxhtsetpvwvqpxrogvhsq2crwwlnbbya
ONTO m1sxhoqfjqn7vtpmatzanmwydtxndf3jlf33npkblmya42fx3bcdoa
{
CREATE TYPE default::W {
CREATE PROPERTY a -> std::str;
CREATE PROPERTY d -> std::float64;
};
ALTER TYPE default::Z {
ALTER LINK xy {
SET TYPE ((default::Y | default::X) | default::W) USING (SELECT
default::X
LIMIT
1
);
};
};
};

0 comments on commit 21d9100

Please sign in to comment.