Skip to content

Commit

Permalink
Add CQL types for host
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jan 11, 2022
1 parent 4aa7e70 commit 1277544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const initDB = async () => {
'sites',
true,
{
host: {type: ''},
host: {type: 'text'},
owner: { type: 'bigint' },
site_id: { type: 'bigint' },
cid: { type: 'text' },
Expand Down

0 comments on commit 1277544

Please sign in to comment.