Kevin McConnell 13f5952336 Fix migrations that can no longer be applied
The migrations could no longer be applied on an empty database, mainly
because they referred to models that no longer existed. Replaced the
model references with direct table access that will always be correct at
the time the migration is applied.

Also removed conflicting indexes in table renames.
2024-10-02 13:50:46 +01:00
2024-06-24 15:09:34 +01:00
2024-10-01 16:25:31 -04:00
2024-09-20 14:53:02 -04:00
2024-06-21 13:19:56 +01:00
2024-06-21 13:19:56 +01:00
2024-09-04 14:54:11 -04:00
2024-06-21 13:19:56 +01:00
2024-10-01 16:25:18 -04:00
2024-06-21 13:19:56 +01:00
2024-06-21 13:19:56 +01:00
2024-06-21 13:19:56 +01:00
2024-06-21 13:19:56 +01:00
2024-06-21 13:19:56 +01:00
2024-06-21 16:42:48 +01:00
2024-08-07 11:02:38 +01:00
2024-06-21 16:42:48 +01:00
2024-08-07 11:02:38 +01:00
2024-09-24 14:30:22 -04:00
2024-09-24 14:30:22 -04:00
2024-06-21 16:42:48 +01:00
2024-06-21 13:19:56 +01:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

S
Description
No description provided
Readme 62 MiB
Languages
Ruby 67.8%
HTML 14.6%
CSS 10.8%
JavaScript 5.6%
Shell 0.9%
Other 0.3%