David LeBauer
David LeBauer
According to Slack ~ Tues Dec 3 around or before 8:37 AM AZ time. users.created_at on bety6 times are 2019-12-10 15:04:11, 2019-12-03 15:31:41, 2019-12-03 15:31:41
Should always be storing and passing around all of these records? _______________________ David LeBauer Director of Data Sciences Arizona Experiment Station THE UNIVERSITY OF ARIZONA Bioscience Research Labs, 207 1230...
@gsrohde please update
That sounds like to me like it should work.
I don't know where the data type is found, but I think that a migration like: ```ruby class ChangeDataTypeForVariableId < ActiveRecord::Migration def self.up change_table :citations do |t| t.change :author, :text...
@ashiklom just reviewing this. The convention hasn't been to use the citations table to store an actual citation, but to provide enough information to track down the source of the...
We used to have it where a user with page access level 3 could only edit a record if they entered it themselves. Only a manager or administrator (page access...
Currently a lot of the documentation is in the schema metadata for the ebi_production (BETYdb.org) database. Ideally this could be propagated / syncd across instances, or stored in a single...
Yes, > update this function to update the updated_at column looks like it just requires adding `, updated_at = now()` before `WHERE` in the update statement > also do this...
@gsrohde can we add this function to the schema? is it a good idea?