PCv5/migrations/versions
Lephe 417fc05d29
program: add metadata and a basic model for events (#114)
This commit adds most of the optional metadata for programs. The event
related to the program's publication is an actual relationship to an
Event model. The idea is to expand on that model in the future to
include:

- A link to the event's main topic
- List of programs published in the event
- Possibly, a list of all related topics (announcement, start, results,
  etc) all sharing a common 1-line header so they are linked together
- This would be used for event-related trophies
- And possibly for an event calendar
2022-06-16 17:00:59 +01:00
..
0abd1c81e3aa_index_coments_by_thread.py model: index comments by thread for faster lookup 2021-07-07 16:30:21 +02:00
0fffe230b8ba_.py account: remove innovation counter, use only xp 2019-06-05 16:42:32 -04:00
001d2eaf0413_add_displayed_title_to_member.py titles: add displayed title (#65) 2020-07-29 00:57:06 +02:00
1de8b6b6aed8_add_tags_for_programs.py programs: add the model for tags 2022-05-19 18:51:05 +01:00
2a1165f6ad0a_restructure_forum_models.py forum: restructure models and add topic creation 2019-09-09 08:11:38 +02:00
2dbb614a7236_remove_thread_table.py forum: restructure models and add topic creation 2019-09-09 08:11:38 +02:00
4e05b43b18b1_recreate_thread_table.py forum: restructure models and add topic creation 2019-09-09 08:11:38 +02:00
6ae59d74cf54_update_des_titres_et_trophées.py Ajout des trophées et du panel pour les gérer 2019-06-07 01:44:04 +02:00
6fd4c15b8a7b_added_hidden_property_for_trophies.py trophies: ADD hidden parameter, FIX admin panel 2020-07-20 19:35:05 +02:00
7dfd5e3aa1fb_fix_a_typo_in_a_field_name.py db: Move to PostgreSQL to support migrations 2019-02-02 17:34:41 +01:00
8b2cd63804b3_.py privs: start working on groups and privileges 2019-02-03 15:00:59 +01:00
27c0fff58193_.py db: Move to PostgreSQL to support migrations 2019-02-02 17:34:41 +01:00
29ca8250bd4a_.py privs: start working on groups and privileges 2019-02-03 15:00:59 +01:00
44c2e37ef899_update_trailing_field_lengths.py alembic: track string field lengths 2021-04-25 22:52:30 +02:00
44fbbb1fd537_special_privileges_as_a_relationship.py perf: optimize away special privilege requests by lazy loading 2022-05-12 19:24:17 +01:00
53f5ab9da859_.py admin: start a panel with a database filler 2019-02-04 16:41:29 +01:00
72df33816b21_switched_attachment_id_to_uuid.py attachement: switch to uuid + check permission in dl widget (#109) 2022-04-26 23:29:11 +02:00
87b039db71a5_update_des_titres_et_trophées_2.py Modifications on trophies and titles #10 (and more) 2019-06-11 00:15:23 +02:00
189bbc0e1543_add_tag_information.py post: add a tagging system, with a common base set of tags 2022-06-12 18:26:47 +01:00
794d44c2bef8_add_foreign_key_on_thread.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
49427f8eb285_add_forum_urls.py forum: implement forum tree generation 2019-09-09 08:11:37 +02:00
611667e86261_ajout_des_posts.py Ajout des post/thread/comment/etc. 2019-08-20 17:34:00 +02:00
6498631e62c5_ajout_des_classes_comment_thread_forum.py forum: provide suitable migrations for the database 2019-08-21 16:50:23 +02:00
7697154d0a4b_.py users: review code and expand a little 2019-02-03 11:12:01 +01:00
a3fb8937ae16_add_topics.py forum: better tree visualization, and topics 2019-09-09 08:11:38 +02:00
a6e89f3510d9_add_normalized_user_names.py account: introduce normalized names 2019-06-05 20:01:12 -04:00
a7aac1469393_forum_editions.py forum: implement forum tree generation 2019-09-09 08:11:37 +02:00
abd5f8de0106_recreate_thread_references.py forum: restructure models and add topic creation 2019-09-09 08:11:38 +02:00
acf72cf31eea_added_email_validated_property_in_model_.py registration: ADD email validation 2020-07-21 21:06:00 +02:00
adcd1577f301_add_theme_settings_for_members.py account: add a theme setting (#14) 2021-07-08 11:43:09 +02:00
b659d4c2a5d1_add_a_description_to_trophies.py trophies: add descriptions 2020-07-19 22:27:00 +02:00
b890d9bb207b_remove_thread_references.py forum: restructure models and add topic creation 2019-09-09 08:11:38 +02:00
ba47de949e59_add_program_metadata_and_a_base_for_.py program: add metadata and a basic model for events (#114) 2022-06-16 17:00:59 +01:00
bcfdb271b88d_add_a_number_of_missing_indexes.py model: add a number of missing indexes 2022-04-21 17:58:59 +01:00
c40b1f0ed821_ajout_d_un_id_d_avatar_42.py Meilleur gestion des avatars (#42) 2019-12-22 14:58:19 +01:00
c961d7b7a7ea_ajout_des_titres_et_trophées.py First draw for trophies 2019-06-06 23:24:14 +02:00
c5561fa6af4e_add_a_base_model_for_programs.py programs: add models for programs and topic promotions (#20) 2020-08-01 15:11:19 +02:00
c7779a558510_add_promotion_information_to_topics.py programs: add models for programs and topic promotions (#20) 2020-08-01 15:11:19 +02:00
c665488fc26e_add_number_of_views_to_topic.py forum: list subforum topics 2019-09-09 08:11:39 +02:00
cd4868f312c5_added_attachments.py attachments: merged attachments system into dev 2020-08-01 21:47:25 +02:00
cfb91e6aa9fc_added_polls.py polls: added migration 2021-02-19 22:07:43 +01:00
d1b465f88d3b_modification_du_guest.py feature: ajout du post en tant qu'invité 2020-07-17 23:49:04 +02:00
d2c96bebc596_.py users: review code and expand a little 2019-02-03 11:12:01 +01:00
d2227d2479e2_add_an_index_on_post_type.py model: add an index on Post.type 2022-04-25 17:04:08 +01:00
daa5d5913ef8_program_add_progrank_score_and_update_.py program: add infrastructure for the progrank job (#114) 2022-06-15 11:27:29 +01:00
e3b140752719_improve_relations_for_threads_and_.py forum: improve model relationships (so that it works) 2019-08-24 19:17:13 +02:00
ebca7362eb22_ajout_des_notifications.py rebase migration scripts from the notifications branch 2019-09-09 08:11:38 +02:00
f3f6d7f7fa81_ajout_des_topics_comments_autres.py Ajout des post/thread/comment/etc. 2019-08-20 17:34:00 +02:00
fa34c9f43c24_rename_program_title_program_name.py programs: program creation + view + comments 2022-05-19 20:34:46 +01:00
fcf53f1a14e3_relate_groups_with_their_privileges_.py perf: optimize away more privilege requests 2022-05-12 20:00:24 +01:00