Skip to content
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

Demo? #156

Open
rdbell opened this issue Sep 4, 2023 · 2 comments
Open

Demo? #156

rdbell opened this issue Sep 4, 2023 · 2 comments

Comments

@rdbell
Copy link

rdbell commented Sep 4, 2023

Is there a demo available somewhere? https://community.goodoldweb.com/ is offline.

@suntong
Copy link

suntong commented Nov 6, 2023

I was able to go through all the steps, including the -migrate step:

image

image

but having logged in, this is what I'm seeing:

image

and nothing more than that.
Is this the supposed output please?

My DB Engine is:Postgres (v.16)

@suntong
Copy link

suntong commented Nov 7, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants