3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 06:11:49 +00:00
zeppelin/backend/src/migrations
2021-04-02 16:36:45 +03:00
..
1540519249973-CreatePreTypeORMTables.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1543053430712-CreateMessagesTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1544877081073-CreateSlowmodeTables.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1544887946307-CreateStarboardTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1546770935261-CreateTagResponsesTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1546778415930-CreateNameHistoryTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1546788508314-MakeNameHistoryValueLengthLonger.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1547290549908-CreateAutoReactionsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1547293464842-CreatePingableRolesTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1547392046629-AddIndexToArchivesExpiresAt.ts Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
1547393619900-AddIsHiddenToCases.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1549649586803-AddPPFieldsToCases.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1550409894008-FixEmojiIndexInReactionRoles.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1550521627877-CreateSelfGrantableRolesTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1550609900261-CreateRemindersTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1556908589679-CreateUsernameHistoryTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1556909512501-MigrateUsernamesToNewHistoryTable.ts Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
1556913287547-TurnNameHistoryToNicknameHistory.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1556973844545-CreateScheduledPostsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1558804433320-CreateDashboardLoginsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1558804449510-CreateDashboardUsersTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561111990357-CreateConfigsTable.ts Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
1561117545258-CreateAllowedGuildsTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561282151982-RenameBackendDashboardStuffToAPI.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561282552734-RenameAllowedGuildGuildIdToId.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561282950483-CreateApiUserInfoTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561283165823-RenameApiUsersToApiPermissions.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561283405201-DropUserDataFromLoginsAndPermissions.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1561391921385-AddVCAlertTable.ts Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
1562838838927-AddMoreIndicesToVCAlerts.ts Turn on strict TS compilation. Fix up and tweak types accordingly. 2020-11-09 20:03:57 +02:00
1573158035867-AddTypeAndPermissionsToApiPermissions.ts Fix ANSI quotes in migration 2020-12-23 19:43:14 +02:00
1573248462469-MoveStarboardsToConfig.ts Add custom logger. Fix a bunch of errors. Optimize imports. 2020-07-22 22:56:21 +03:00
1573248794313-CreateStarboardReactionsTable.ts Finished Starboard (Pre Override test) 2019-11-09 00:48:38 +01:00
1575145703039-AddIsExclusiveToReactionRoles.ts Add --exclusive/-e to !reaction_roles 2019-11-30 23:39:32 +02:00
1575199835233-CreateStatsTable.ts Initial work on stats 2019-12-01 15:57:35 +02:00
1575230079526-AddRepeatColumnsToScheduledPosts.ts Add repeat options for scheduled posts 2019-12-01 23:23:34 +02:00
1578445483917-CreateReminderCreatedAtField.ts Run prettier and check tslint on entire codebase 2020-01-12 11:48:31 +02:00
1580038836906-CreateAntiraidLevelsTable.ts Add anti-raid levels to automod. Large refactor of spam detection. Add member_join and member_join_spam triggers. 2020-01-26 19:54:32 +02:00
1580654617890-AddActiveFollowsToLocateUser.ts Made Alerts infinite until timed out, added -active and changed cmd sigm 2020-04-03 16:09:58 +03:00
1590616691907-CreateSupportersTable.ts Store supporters in the database 2020-05-28 01:29:51 +03:00
1591036185142-OptimizeMessageIndices.ts DB optimizations 2020-06-01 22:21:42 +03:00
1591038041635-OptimizeMessageTimestamps.ts DB optimizations 2020-06-01 22:21:42 +03:00
1596994103885-AddCaseNotesForeignKey.ts Add !deletecase 2020-08-09 22:44:46 +03:00
1597015567215-AddLogMessageIdToCases.ts When updating cases, update existing case embed in case log channel if possible 2020-08-10 02:35:47 +03:00
1597109357201-CreateMemberTimezonesTable.ts Add time_and_date plugin. Use it for timezones and date formats around the bot. 2020-08-19 00:19:12 +03:00
1600283341726-EncryptExistingMessages.ts Encrypt message data at rest 2020-09-16 22:32:43 +03:00
1600285077890-EncryptArchives.ts Encrypt archives at rest 2020-09-16 22:42:25 +03:00
1608608903570-CreateRestoredRolesColumn.ts Allow certain or all roles to be removed upon mute and readded on unmute (#140) 2021-02-13 20:04:40 +02:00
1608692857722-FixStarboardReactionsIndices.ts Fix race conditions and duplicate stars in starboard 2020-12-23 05:28:21 +02:00
1608753440716-CreateTempBansTable.ts Add tempbans (#139) 2021-01-28 01:20:55 +02:00
1612010765767-CreateCounterTables.ts Counters v0.9 2021-02-13 17:29:10 +02:00
1617363975046-UpdateCounterTriggers.ts counters: move triggers to counters plugin; architectural tweaks 2021-04-02 16:36:45 +03:00