waveterm/db/migrations
2023-09-15 13:48:58 -07:00
..
000001_init.down.sql fix down migration 2022-11-28 12:01:03 -08:00
000001_init.up.sql line archived (not line:hidden). remove some debugging code 2022-12-27 23:12:27 -08:00
000002_activity.down.sql send telemetry data to pcloud. pcloud dev settings (with PCLOUD_ENDPOINT). /client:show and /client:set commands (for no-telemetry) 2023-01-22 23:10:18 -08:00
000002_activity.up.sql updates to telemetry, separate telemetry commands, use json data 2023-01-23 12:54:32 -08:00
000003_renderer.down.sql updates for line renderer 2023-02-06 00:30:23 -08:00
000003_renderer.up.sql updates for line renderer 2023-02-06 00:30:23 -08:00
000004_bookmarks.down.sql insert bookmark 2023-02-20 21:39:29 -08:00
000004_bookmarks.up.sql insert bookmark 2023-02-20 21:39:29 -08:00
000005_buildtime.down.sql add db migrations 2023-02-23 17:52:54 -08:00
000005_buildtime.up.sql add db migrations 2023-02-23 17:52:54 -08:00
000006_feopts.down.sql update termfontsize command /client:set 2023-02-26 14:33:01 -08:00
000006_feopts.up.sql update termfontsize command /client:set 2023-02-26 14:33:01 -08:00
000007_playbooks.down.sql working on playbooks and history view 2023-03-02 00:31:19 -08:00
000007_playbooks.up.sql working on playbooks and history view 2023-03-02 00:31:19 -08:00
000008_cloudsession.down.sql first use of go generics for DB mapping functions. add cloud session tables. refactor some of dbops to use new generics. 2023-03-09 18:44:01 -08:00
000008_cloudsession.up.sql first use of go generics for DB mapping functions. add cloud session tables. refactor some of dbops to use new generics. 2023-03-09 18:44:01 -08:00
000009_screenprimary.down.sql add screenid to cmd, remove sessionid from screenlines 2023-03-15 18:12:55 -07:00
000009_screenprimary.up.sql checkpoint, backend changes for consolidating window and screen_window to screen 2023-03-13 01:52:30 -07:00
000010_removewindowid.down.sql add screenid to cmd, remove sessionid from screenlines 2023-03-15 18:12:55 -07:00
000010_removewindowid.up.sql prevent nulls (problem with my DB) 2023-03-17 18:19:59 -07:00
000011_cmdscreenid.down.sql add screenid to cmd, remove sessionid from screenlines 2023-03-15 18:12:55 -07:00
000011_cmdscreenid.up.sql add screenid to cmd, remove sessionid from screenlines 2023-03-15 18:12:55 -07:00
000012_historylinenum.down.sql fix history query time 2023-03-17 21:36:49 -07:00
000012_historylinenum.up.sql fix history query time 2023-03-17 21:36:49 -07:00
000013_cmdmigration.down.sql checkpoint on big cmd screen migration 2023-03-20 19:20:57 -07:00
000013_cmdmigration.up.sql checkpoint on big cmd screen migration 2023-03-20 19:20:57 -07:00
000014_simplifybookmarks.down.sql starting on screen:webshare feature. simplify bookmarks (removed bookmarked from line) 2023-03-24 10:34:07 -07:00
000014_simplifybookmarks.up.sql starting on screen:webshare feature. simplify bookmarks (removed bookmarked from line) 2023-03-24 10:34:07 -07:00
000015_lineupdates.down.sql add screenupdates 2023-03-25 12:54:56 -07:00
000015_lineupdates.up.sql add screenupdates 2023-03-25 12:54:56 -07:00
000016_webptypos.down.sql working on webshareupdates 2023-03-26 13:21:58 -07:00
000016_webptypos.up.sql multiple updates in request 2023-03-26 13:36:33 -07:00
000017_remotevars.down.sql fix nil checking in dbutil (typed nils) 2023-03-29 12:40:53 -07:00
000017_remotevars.up.sql fix nil checking in dbutil (typed nils) 2023-03-29 12:40:53 -07:00
000018_modremote.down.sql updates to remote table, working on openai remote type 2023-05-02 12:43:54 -07:00
000018_modremote.up.sql updates to remote table, working on openai remote type 2023-05-02 12:43:54 -07:00
000019_clientopenai.down.sql updates to read openai token from clientdata 2023-05-08 16:06:51 -07:00
000019_clientopenai.up.sql updates to read openai token from clientdata 2023-05-08 16:06:51 -07:00
000020_linecmd.down.sql checkpoint on line migration 2023-07-30 17:16:43 -07:00
000020_linecmd.up.sql remove blank cmdids from migration 2023-07-30 22:23:20 -07:00
000021_linestate.down.sql add line.linestate to DB. switch linetype to a dbmappable. update line sql queries. add state to /line:set command. bump migration (#2) 2023-09-01 15:21:35 -07:00
000021_linestate.up.sql add line.linestate to DB. switch linetype to a dbmappable. update line sql queries. add state to /line:set command. bump migration (#2) 2023-09-01 15:21:35 -07:00
000022_endwebshare.down.sql remove websharing backend, migrate db to stop websharing any screens that are currently shared 2023-09-15 13:48:58 -07:00
000022_endwebshare.up.sql remove websharing backend, migrate db to stop websharing any screens that are currently shared 2023-09-15 13:48:58 -07:00