Skip to content

Commit

Permalink
Add extra column to test #13 backward-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Jun 3, 2024
1 parent 047ce9a commit e711127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testdata/pgkit_test_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CREATE TABLE accounts (
id SERIAL PRIMARY KEY,
name VARCHAR(255),
disabled BOOLEAN,
new_column_not_in_code BOOLEAN, -- test for backward-compatible migrations, see https://github.com/goware/pgkit/issues/13
created_at TIMESTAMP WITH TIME ZONE DEFAULT CURRENT_TIMESTAMP NOT NULL
);

Expand Down

0 comments on commit e711127

Please sign in to comment.