You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contexts, projects, todos, and recurring_todos tables have default values of 1 for their user_id columns. To ever default to 1 is at best lazy and at worst wrong.
The text was updated successfully, but these errors were encountered:
dnrce
changed the title
A bunch of tables default to user_id = 1
Several tables default to user_id = 1
Nov 6, 2015
ZeiP
added
bug 🐛
Problems with the code that result in unexpected or bad behavior
Database
Problems related to the database
labels
May 21, 2019
The
contexts
,projects
,todos
, andrecurring_todos
tables have default values of1
for theiruser_id
columns. To ever default to1
is at best lazy and at worst wrong.The text was updated successfully, but these errors were encountered: