source: server/DATABASE-INSTALL @ e1871d4

Last change on this file since e1871d4 was e1871d4, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

First few steps towards creating gutenbach queue database

  • Property mode set to 100644
File size: 291 bytes
Line 
1DEPENDENCIES:
2        sqlite3
3        libdbd-sqlite3-perl     
4
51) Create the database:
6          sqlite3 gutenbach.db 'create table queue(position INTEGER, job_id TINYTEXT); create table jobs(job_id TINYTEXT, jobname TINYTEXT, user TINYTEXT, host TINYTEXT, title TINYTEXT, artist TINYTEXT, album TINYTEXT);'
7         
Note: See TracBrowser for help on using the repository browser.