Changeset f60e783


Ignore:
Timestamp:
Jul 24, 2010, 11:51:03 AM (14 years ago)
Author:
Jessica B. Hamrick <jhamrick@…>
Parents:
e1871d4
git-author:
Jessica B. Hamrick <jhamrick@…> (07/24/10 11:51:03)
git-committer:
Jessica B. Hamrick <jhamrick@…> (07/24/10 11:51:03)
Message:

Finished script to update db with queue metadata.

Location:
server
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • server/DATABASE-INSTALL

    re1871d4 rf60e783  
    44
    551) 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);'
     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);'
    77         
Note: See TracChangeset for help on using the changeset viewer.