We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a demo available somewhere? https://community.goodoldweb.com/ is offline.
The text was updated successfully, but these errors were encountered:
I was able to go through all the steps, including the -migrate step:
-migrate
but having logged in, this is what I'm seeing:
and nothing more than that. Is this the supposed output please?
My DB Engine is:Postgres (v.16)
Sorry, something went wrong.
Is this the supposed output please?
Seems to be so -- the TABLE categories get created here:
https://github.com/s-gv/orangeforum/blob/5cf2e188f22b44db64f0f4d2722ea5c43e65151b/models/migration001.go#L88C28-L88C38
But I found nowhere else it get populated.
INSERT INTO categories (domain_id, name, description) VALUES (1, 'test', 'test'); get the ball rolling.
INSERT INTO categories (domain_id, name, description) VALUES (1, 'test', 'test');
No branches or pull requests
Is there a demo available somewhere? https://community.goodoldweb.com/ is offline.
The text was updated successfully, but these errors were encountered: