-
Notifications
You must be signed in to change notification settings - Fork 184
test: remove outdated TODO comment in createTable
spec
#1466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There is an e2e migration test failing 🤔 |
node-pg-migrate/test/migrations/069_comments.js Lines 1 to 4 in 795f9e8
it will produce this sql CREATE TABLE "test-comment" (
);
COMMENT ON TABLE "test-comment" IS $pga$table's comment$pga$;
DROP TABLE "test-comment"; I ran it manually and tables with no columns are valid so I think we should just remove the TODO instead? |
So it is valid for: "just create the table"? 😲 |
createTable
spec
createTable
speccreateTable
spec
No description provided.