This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Linq; | |
using TechTalk.JiraRestClient; | |
namespace JiraClientTest | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use SpecRun | |
create nonclustered index idx_events on | |
[Events] (Id, EventSourceId, Sequence, TimeStamp) | |
include (Version, Name, Data) | |
create nonclustered index idx_eventsources on | |
[EventSources] (Id, Type, Version) | |
create nonclustered index idx_pipelinestate on |
NewerOlder