mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Add DB setup to readme
This commit is contained in:
parent
b6fbcaba26
commit
82e43cb520
20 changed files with 27 additions and 21 deletions
|
@ -1,4 +1,4 @@
|
|||
CREATE TABLE `FeedUserAgents` (
|
||||
CREATE TABLE IF NOT EXISTS `FeedUserAgents` (
|
||||
`UserAgentId` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`UserAgent` text NOT NULL,
|
||||
`Created` datetime NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue