Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Data structure missing ? #30

Open
pyladune opened this issue Mar 6, 2016 · 2 comments
Open

Data structure missing ? #30

pyladune opened this issue Mar 6, 2016 · 2 comments

Comments

@pyladune
Copy link

pyladune commented Mar 6, 2016

I may missed something but I have my rethinkDB working. However I do not see our to create the default tables to insert dev data. My rethink DB is empty. Should I create a database ? name ?
where is the structure definition ? i do not see any migration in the code.

Thanks

Seb

@rizafahmi
Copy link
Owner

Yes, sorry about that. I don't have that yet. Basicly you just need two tables: jobs and devs.

@optikfluffel
Copy link
Contributor

I've added r.tableCreate("jobs"); and r.tableCreate("devs"); to README.md in #36.

@rizafahmi also there was/is r.table("users") in README.md so I guessed that this would be needed as well and also added r.tableCreate("users");

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

No branches or pull requests

3 participants