bstrdsmkr
bstrdsmkr
Is there currently a way to implement this relationship? For example, I have two tables defined as follows: ```sql CREATE TABLE data_reception.file_info ( versioned_filename varchar(64) NOT NULL, md5_checksum bpchar(32) NOT...
So before I saw your reply, I was looking through the source to see if this was something I could hack in and discovered that the `ForeignKey` function hardcodes `primary_key=False`...
@domcleal could you please update this?
@domcleal thanks for the quick response! it looks like line 78 of freight-cache still uses `dirname $(dirname $0)` but once I changed that to `/usr/share/` all was good
Came looking for this. In our case, we have reporting requirements to other teams that only understand "Excel" format...
Having the same problem. Can we not remove the if condition around setting the ELASTICSEARCH_HOSTS env var and always set it? Then we could use it in our custom config...
Since this is still open with a question and I found it trying to understand the must variants, I think a common convention has evolved to assign the value to...
Just adding to the list of engineers spending way too much time trying to manage the helm chart. This makes for a terrible user experience and the bar to fix...
@rytilahti the ptz stuff is most of what I personally care about for this but I've pulled a List of known commands from the android app ```python # smartlife.cam.ipcamera.audio async...