rizafahmi / elixirjobs

Job portal for Alchemist
http://jobs.elixirdose.com/
130 stars 42 forks source link

Data structure missing ? #30

Open pyladune opened 8 years ago

pyladune commented 8 years ago

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 commented 8 years ago

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

optikfluffel commented 8 years ago

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");