github.com/iasthc/atlas/cmd/atlas@v0.0.0-20230523071841-73246df3f88d/internal/cmdapi/testdata/sqlitetx3/20220925094021_second.sql (about)

     1  -- atlas:txmode none
     2  
     3  -- Create a table.
     4  CREATE TABLE t1 (a INTEGER PRIMARY KEY);
     5  
     6  -- Cause migrations to fail.
     7  INSERT INTO t1 VALUES (1), (1);