Skip to content

Instantly share code, notes, and snippets.

@onderkalaci
Created January 31, 2021 17:57
Show Gist options
  • Select an option

  • Save onderkalaci/49f27ce06b3ff3202249b41a2488cd54 to your computer and use it in GitHub Desktop.

Select an option

Save onderkalaci/49f27ce06b3ff3202249b41a2488cd54 to your computer and use it in GitHub Desktop.
On-call process
CREATE TABLE on_call_updated
(
source text,
citus_version text,
postgres_version text,
"Issue description" text,
Resolved text,
Resolution text,
"Relevant Links" text,
"Customer Name" text,
"Category" text,
"Engineer On-Call" text,
"week" text
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment