mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
feat(ColumnDesc): create column description in database and link it to visual behaviors
This commit is contained in:
@@ -1188,3 +1188,11 @@ def migration35(tdset):
|
||||
))
|
||||
|
||||
return tdset.apply_doc_actions(doc_actions)
|
||||
|
||||
|
||||
@migration(schema_version=36)
|
||||
def migration36(tdset):
|
||||
"""
|
||||
Add description to column
|
||||
"""
|
||||
return tdset.apply_doc_actions([add_column('_grist_Tables_column', 'description', 'Text')])
|
||||
|
||||
Reference in New Issue
Block a user