Commit ba60a47 1 parent d9f9fc3 commit ba60a47 Copy full SHA for ba60a47
File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,7 @@ const SQL_CREATE_TABLE_STATEMENTS = @[
39
39
exitCode integer,
40
40
calltrace integer,
41
41
calltraceMode string,
42
- date text,
43
- remoteShareDownloadId string,
44
- remoteShareControlId string,
45
- remoteShareExpireTime integer); """ ,
42
+ date text); """ ,
46
43
""" CREATE TABLE IF NOT EXISTS trace_values (
47
44
id integer,
48
45
maxTraceID integer,
@@ -58,8 +55,6 @@ const SQL_INITIAL_INSERT_STATEMENTS = @[
58
55
59
56
const SQL_ALTER_TABLE_STATEMENTS : seq [string ] = @ [
60
57
# example: adding a new column
61
- """ ALTER TABLE traces ADD COLUMN calltraceMode text; """ ,
62
- """ ALTER TABLE traces RENAME COLUMN callgraph TO calltrace """ ,
63
58
""" ALTER TABLE traces ADD COLUMN remoteShareDownloadId text; """ ,
64
59
""" ALTER TABLE traces ADD COLUMN remoteShareControlId text; """ ,
65
60
""" ALTER TABLE traces ADD COLUMN remoteShareExpireTime text; """
You can’t perform that action at this time.
0 commit comments