diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-01 14:07:11 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-07-01 14:07:11 +0200 |
| commit | c60aeb4bb9e4381182ed0c30793ea6612ceaa283 (patch) | |
| tree | 2566f73b1ffa90950601acdc3f41169c75501084 /crunch_global.sql | |
| parent | e186783d9e1d52cab965fe614780221a9859dd04 (diff) | |
| download | cruncher-c60aeb4bb9e4381182ed0c30793ea6612ceaa283.tar.gz cruncher-c60aeb4bb9e4381182ed0c30793ea6612ceaa283.zip | |
specify global_point table by env var
Diffstat (limited to 'crunch_global.sql')
| -rw-r--r-- | crunch_global.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crunch_global.sql b/crunch_global.sql index f79b9b4..6fbf212 100644 --- a/crunch_global.sql +++ b/crunch_global.sql @@ -1,4 +1,4 @@ -insert low_priority into global_point +insert low_priority into :crunch_table select null, now(), |
