Add an index on Profile.has_been_processed

Who made the oldest mistake in database management history?

This guy.
This commit is contained in:
Aleksei Voronov 2024-01-15 15:17:13 +01:00
parent 10d4556ff3
commit 149cd44227
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
CREATE INDEX ON Profile (has_been_processed);