name -> full_name + fixed error message for missing access token

This commit is contained in:
askeluv
2019-03-13 11:47:42 +08:00
parent b88e42a52d
commit 1693506f80
15 changed files with 21 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ const table = new Table({
name: 'raw.github_repo',
columns: [
{ name: 'observed_timestamp', type: 'numeric', isPrimary: true },
{ name: 'name', type: 'varchar', isPrimary: true },
{ name: 'full_name', type: 'varchar', isPrimary: true },
{ name: 'created_at', type: 'numeric', isNullable: false },
{ name: 'updated_at', type: 'numeric', isNullable: false },