focalboard/server/services/store/sqlstore
Doug Lauder 8be71b1498
Don't insert nulls into blocks_history table. (#1890)
Ensure all fields are non-NULL when inserting into blocks_history (on block delete).
2021-12-03 12:32:57 -05:00
..
initializations
migrations Don't insert nulls into blocks_history table. (#1890) 2021-12-03 12:32:57 -05:00
blocks.go Don't insert nulls into blocks_history table. (#1890) 2021-12-03 12:32:57 -05:00
data_migrations.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
data_migrations_test.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
helpers_test.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
initialize.go
migrate.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
migrate_test.go
params.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
public_methods.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
session.go
sharing.go
sqlstore.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
sqlstore_test.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
system.go Adds data migrations and the unique IDs migration (#1776) 2021-11-11 17:01:43 +01:00
user.go
util.go
workspaces.go