// Code generated by ent, DO NOT EDIT. package ent // SetUpdatedAt sets the "updated_at" field. func (m *DavAccountMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *DirectLinkMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *EntityMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *FileMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *GroupMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *MetadataMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *NodeMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *PasskeyMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *SettingMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *ShareMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *StoragePolicyMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *TaskMutation) SetRawID(t int) { m.id = &t } // SetUpdatedAt sets the "updated_at" field. func (m *UserMutation) SetRawID(t int) { m.id = &t }