Use quotes when referencing columns #1135
Annotations
10 errors
spec/avram/migrator/alter_table_statement_spec.cr#L30
" DROP employee_id;"
|
spec/avram/migrator/alter_table_statement_spec.cr#L120
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
|
spec/avram/migrator/alter_table_statement_spec.cr#L131
got: "ALTER TABLE users\n" + " ADD \"confirmed_at\" timestamptz;"
|
spec/avram/migrator/alter_table_statement_spec.cr#L141
got: "ALTER TABLE users\n" + " ADD \"admin\" boolean;"
|
spec/avram/migrator/alter_table_statement_spec.cr#L158
" ADD \"subscription_item_id\" bigint NOT NULL REFERENCES subscription_items ON DELETE CASCADE;"
|
spec/avram/migrator/alter_table_statement_spec.cr#L192
" ADD \"line_item_id\" uuid NOT NULL REFERENCES line_items ON DELETE CASCADE;"
|
spec/avram/migrator/alter_table_statement_spec.cr#L204
" ADD \"line_item_id\" uuid REFERENCES line_items ON DELETE CASCADE;"
|
spec/avram/migrator/alter_table_statement_spec.cr#L234
got: "ALTER TABLE IF EXISTS users\n" + " ADD \"name\" text;"
|
spec/avram/migrator/create_table_statement_spec.cr#L29
" \"reference\" uuid NOT NULL);"
|
spec/avram/migrator/create_table_statement_spec.cr#L51
" \"id\" uuid PRIMARY KEY DEFAULT gen_random_uuid());"
|
This job failed
Loading