Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add indexes to instance model date fields #2393

Merged
merged 6 commits into from
Aug 7, 2023

Conversation

KipSigei
Copy link
Contributor

@KipSigei KipSigei commented Mar 8, 2023

Changes / Features implemented

  • Add Indexing to instance model date_modified, date_created and deleted_at fields

Steps taken to verify this change does what is intended

  • QA

Side effects of implementing this change

Requires migrations to be run

Before submitting this PR for review, please make sure you have:

  • Included tests
  • Updated documentation

Closes #2392

@KipSigei KipSigei force-pushed the add-indexes-to-instance-model-date-fields branch 4 times, most recently from 6624537 to 14879d8 Compare March 14, 2023 08:48
@KipSigei KipSigei force-pushed the add-indexes-to-instance-model-date-fields branch 3 times, most recently from 4488141 to a7841dd Compare March 20, 2023 06:59
@KipSigei KipSigei force-pushed the add-indexes-to-instance-model-date-fields branch from a7841dd to 84d854b Compare July 7, 2023 10:40
@KipSigei KipSigei force-pushed the add-indexes-to-instance-model-date-fields branch from 84d854b to fa6f2de Compare August 6, 2023 21:52
Signed-off-by: Kipchirchir Sigei <[email protected]>
@KipSigei KipSigei force-pushed the add-indexes-to-instance-model-date-fields branch from fd74cbc to 0f372f8 Compare August 7, 2023 07:59
@KipSigei KipSigei changed the title [DNM] Add indexes to instance model date fields Add indexes to instance model date fields Aug 7, 2023
@KipSigei KipSigei force-pushed the add-indexes-to-instance-model-date-fields branch from 900d617 to a72ccca Compare August 7, 2023 08:22
Signed-off-by: Kipchirchir Sigei <[email protected]>
@KipSigei KipSigei force-pushed the add-indexes-to-instance-model-date-fields branch from a72ccca to 4ad4252 Compare August 7, 2023 08:42
@KipSigei KipSigei merged commit 591edfa into main Aug 7, 2023
8 checks passed
@KipSigei KipSigei deleted the add-indexes-to-instance-model-date-fields branch August 7, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Indexes on DateTime Fields on the Instance Model
2 participants