mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove unused table
`postgresql_xml_data_type` table is used from nowhere.
This commit is contained in:
parent
8adfd4fea7
commit
531063543b
1 changed files with 0 additions and 10 deletions
|
@ -88,16 +88,6 @@ _SQL
|
|||
end
|
||||
end
|
||||
|
||||
begin
|
||||
execute <<_SQL
|
||||
CREATE TABLE postgresql_xml_data_type (
|
||||
id SERIAL PRIMARY KEY,
|
||||
data xml
|
||||
);
|
||||
_SQL
|
||||
rescue #This version of PostgreSQL either has no XML support or is was not compiled with XML support: skipping table
|
||||
end
|
||||
|
||||
# This table is to verify if the :limit option is being ignored for text and binary columns
|
||||
create_table :limitless_fields, force: true do |t|
|
||||
t.binary :binary, limit: 100_000
|
||||
|
|
Loading…
Reference in a new issue