Skip to content

Commit 8c81fc6

Browse files
committed
Remove it
1 parent cd5f3bb commit 8c81fc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activerecord/test/cases/adapters/postgresql/virtual_column_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def setup
2222
t.virtual :column2, type: :integer, as: "column1 + 1", stored: true
2323
t.virtual :column3, type: :integer, as: "column1 + 2", stored: false # only if PostgreSQL >= 18.0
2424
t.virtual :column4, type: :integer, as: "column1 + 3" # only if PostgreSQL >= 18.0
25-
t.virtual :invalid_definition, type: :string, as: "LOWER(name)", stored: true # only if PostgreSQL >= 18.0
2625
end
2726
else
2827
@connection.create_table :virtual_columns, force: true do |t|

0 commit comments

Comments
 (0)