Created
January 31, 2021 17:57
-
-
Save onderkalaci/49f27ce06b3ff3202249b41a2488cd54 to your computer and use it in GitHub Desktop.
On-call process
This file contains hidden or 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
| 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