Skip to content

Commit

Permalink
Add a migration file to testdata to be sure it is skipped
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoor committed Aug 24, 2022
1 parent 039c6da commit a14deb5
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CREATE MIGRATION m1fqtauhtvc2w56wh2676x5g26aye22ghx7b7mtnbfekxpmxmnjx2a
ONTO initial
{
CREATE TYPE default::Person {
CREATE MULTI LINK friends -> default::Person {
CREATE PROPERTY strength -> std::float64;
};
CREATE REQUIRED PROPERTY name -> std::str {
CREATE CONSTRAINT std::exclusive;
};
};
};

0 comments on commit a14deb5

Please sign in to comment.