mirror of
https://github.com/FlipsideCrypto/near-models.git
synced 2026-02-06 13:56:44 +00:00
sp explicit target db
This commit is contained in:
parent
2ef0c250aa
commit
55ff27ec7b
@ -1,7 +1,7 @@
|
||||
{% macro create_get_nearblocks_fts() %}
|
||||
{% set create_table %}
|
||||
CREATE schema if NOT EXISTS bronze_api;
|
||||
CREATE TABLE if NOT EXISTS bronze_api.nearblocks_fts(
|
||||
CREATE schema if NOT EXISTS {{ target.database }}.bronze_api;
|
||||
CREATE TABLE if NOT EXISTS {{ target.database }}.bronze_api.nearblocks_fts(
|
||||
token_name STRING,
|
||||
token_contract STRING,
|
||||
token_data variant,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user