File: v1.sql

package info (click to toggle)
telepathy-ofono 0.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,044 kB
  • sloc: cpp: 8,940; ansic: 668; xml: 263; sh: 52; python: 20; sql: 17; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
CREATE TABLE schema_version (
    version int
);

CREATE TABLE pending_messages (
    messageId varchar(255),
    recipientId varchar(255),
    timestamp datetime
);