~midori/midori/trunk

« back to all changes in this revision

Viewing changes to data/tabby/Update1.sql

  • Committer: Tarmac
  • Author(s): André Stösel
  • Date: 2013-10-04 07:40:34 UTC
  • mfrom: (6394.3.13 tabby-tab-order)
  • Revision ID: tarmac-20131004074034-0vuak2y6mrtrol3h
add tab sorting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ALTER TABLE tabs ADD sorting REAL DEFAULT 0;
 
2
 
 
3
CREATE INDEX sorting on tabs (sorting ASC);
 
4
CREATE INDEX tstamp on tabs (tstamp ASC);