source: server/DATABASE-INSTALL @ f60e783

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

Finished script to update db with queue metadata.

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