We are using SQLite, If time permits we will setup a MySQL server.
Currently we are just using a single table to store all the data. The schema for table looks like
Events(organization, username, action, textContent, repository, createdAt, url). We are not adding team info so create another table and make some changes to this one too.
We are using SQLite, If time permits we will setup a MySQL server.
Currently we are just using a single table to store all the data. The schema for table looks like
Events(organization, username, action, textContent, repository, createdAt, url)
. We are not adding team info so create another table and make some changes to this one too.