Skip to content

Commit

Permalink
refresh snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanninglive authored and weiznich committed Aug 3, 2023
1 parent d234a8b commit 9bb77c6
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_except_tables"
---
-- This file should undo anything in `up.sql`
ALTER TABLE `table_a` DROP COLUMN `script`;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_except_tables"
---
// @generated automatically by Diesel CLI.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_except_tables"
---
-- Your SQL goes here
ALTER TABLE `table_a` DROP COLUMN `code`;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_except_tables"
---
-- This file should undo anything in `up.sql`
ALTER TABLE "table_a" DROP COLUMN "script";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_except_tables"
---
// @generated automatically by Diesel CLI.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_except_tables"
---
-- Your SQL goes here
ALTER TABLE "table_a" DROP COLUMN "code";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_except_tables"
---
// @generated automatically by Diesel CLI.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
-- This file should undo anything in `up.sql`
ALTER TABLE `table_a` DROP COLUMN `script`;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
// @generated automatically by Diesel CLI.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
-- Your SQL goes here
ALTER TABLE `table_a` DROP COLUMN `code`;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
-- This file should undo anything in `up.sql`
ALTER TABLE "table_a" DROP COLUMN "script";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
// @generated automatically by Diesel CLI.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
-- Your SQL goes here
ALTER TABLE "table_a" DROP COLUMN "code";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
-- This file should undo anything in `up.sql`
ALTER TABLE `table_a` DROP COLUMN `script`;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
// @generated automatically by Diesel CLI.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
source: diesel_cli/tests/migration_generate.rs
description: "Test: diff_table_filter"
description: "Test: diff_only_tables"
---
-- Your SQL goes here
ALTER TABLE `table_a` DROP COLUMN `code`;
Expand Down

0 comments on commit 9bb77c6

Please sign in to comment.