Commit Graph

  • 07774e87b6 Fix incorrect create_table examples fabianlindfors 2022-01-06 16:54:35 +0100
  • af2dbcb06e Remove truncation of migrations during abort fabianlindfors 2022-01-05 14:42:47 +0100
  • 54d9dd1b44 Fix incorrect type tag for alter_column migration fabianlindfors 2022-01-05 14:15:40 +0100
  • 80cea7f94e Fix bad SQL query in abort for remove_column fabianlindfors 2022-01-05 14:15:16 +0100
  • afea8e304a Use IF EXISTS when dropping helpers fabianlindfors 2022-01-05 14:13:54 +0100
  • 751c1975d7 Fix invalid example in README fabianlindfors 2022-01-05 14:04:40 +0100
  • 27ec085337 Make foreign_keys optionally when creating tables fabianlindfors 2022-01-05 14:03:56 +0100
  • bf75e00c29 Add release badge to README fabianlindfors 2022-01-04 16:22:23 +0100
  • 98cd2751ca Add cargo installation to README fabianlindfors 2022-01-04 16:14:40 +0100
  • 3c977cb299 Fix incorrect output path in release pipeline fabianlindfors 2022-01-04 15:50:27 +0100
  • 64d05dad46 Add missing target arg to build command fabianlindfors 2022-01-04 15:35:09 +0100
  • bd50686d32 Remove unused bimap dependency fabianlindfors 2022-01-04 15:08:12 +0100
  • 6b21f8dc00 Add missing cleanup assertions to tests fabianlindfors 2022-01-04 15:06:40 +0100
  • cc07512f8c Fix clippy warnings fabianlindfors 2022-01-03 22:15:53 +0100
  • 9b21ebfb86 Add check for dangling changes at end of tests fabianlindfors 2022-01-03 22:09:16 +0100
  • 1ddfe95bf0 Add backtrace feature to anyhow fabianlindfors 2022-01-03 22:03:10 +0100
  • 24c3f28b86 Refactor column tracking in Schema fabianlindfors 2022-01-03 22:01:16 +0100
  • 33682db021 Remove schema param from migration complete function fabianlindfors 2022-01-03 21:56:13 +0100
  • bffb602e02 Add Postgres compatibility note to README fabianlindfors 2022-01-03 13:38:22 +0100
  • f34e2b88f2 Adjust README fabianlindfors 2022-01-03 13:24:55 +0100
  • da8a5c3c77 Upgrade clap to 3.0.0 fabianlindfors 2022-01-03 00:05:54 +0100
  • 0bac1245cd Add context to errors fabianlindfors 2022-01-03 00:03:23 +0100
  • 6e005144f4 Rename Context to MigrationContext fabianlindfors 2022-01-02 23:40:34 +0100
  • ef82acd480 Return anyhow::Result from main function fabianlindfors 2022-01-02 23:34:06 +0100
  • 78c0093412 Add intermediate Applying state fabianlindfors 2022-01-02 23:29:39 +0100
  • 0fe6569b8c Automatically abort when a migration fails fabianlindfors 2022-01-02 02:14:37 +0100
  • c65985e5f9 Change update_schema method to not return Result fabianlindfors 2022-01-02 01:33:36 +0100
  • 86254abe63 Add metadata to Cargo.toml fabianlindfors 2022-01-01 17:35:16 +0100
  • b17d358ed1 Add license info to README fabianlindfors 2022-01-01 17:27:23 +0100
  • 0697774253
    Add MIT LICENSE file Fabian Lindfors 2022-01-01 17:22:27 +0100
  • c54190bfc1 Use temporary column for add column migration fabianlindfors 2021-12-31 17:20:25 +0100
  • 40ba58b313 Refactor Schema module fabianlindfors 2021-12-31 17:11:48 +0100
  • 570cf4a84b Extend alter_column_multiple test fabianlindfors 2021-12-29 23:34:09 +0100
  • 84cf3f9d55 Add Apple Silicon, Linux 32-bit and Linux ARM targets fabianlindfors 2021-12-29 11:35:26 +0100
  • e7d384ea68 Fix macOS cross compilation fabianlindfors 2021-12-29 10:41:51 +0100
  • 623dce3404 Use Github CLI for release uploads fabianlindfors 2021-12-29 01:06:00 +0100
  • 5ede2a6c7b Add macOS cross-compilation to release action fabianlindfors 2021-12-29 00:43:30 +0100
  • eeb20f6ce0 Use prebuilt cargo Github action fabianlindfors 2021-12-29 00:35:03 +0100
  • 7e64cc488d Push latest and version tag to Docker Hub fabianlindfors 2021-12-28 17:10:33 +0100
  • 9dfc3d8fc9 Fix incorrect Docker tag fabianlindfors 2021-12-28 17:01:04 +0100
  • b8137ea0e6 Fix docker login command fabianlindfors 2021-12-28 16:52:57 +0100
  • 9873b1c21e Fix invalid workflow definition fabianlindfors 2021-12-28 16:48:02 +0100
  • 68cb024ac7 Add automatic Docker image publishing fabianlindfors 2021-12-28 16:45:37 +0100
  • db36ba0c1b Add Dockerfile fabianlindfors 2021-12-28 16:44:52 +0100
  • fda6dc8f40 Add support for generated constraints on columns fabianlindfors 2021-12-28 16:01:11 +0100
  • 101a414e00 Improve README fabianlindfors 2021-12-28 15:58:48 +0100
  • 1a28a4ffdf Update installation instructions in README fabianlindfors 2021-12-28 15:25:30 +0100
  • b44145b568 Update clap and add derive feature flag fabianlindfors 2021-12-27 14:11:43 +0100
  • 9f23ed38c1 Remove explicit schema tracking fabianlindfors 2021-12-27 12:40:57 +0100
  • fa269ee692 Remove dependency on schema module for batch updates fabianlindfors 2021-12-03 22:49:11 +0100
  • cbb1834080 Add rename table action fabianlindfors 2021-11-17 23:39:03 +0100
  • d529a48637 Document remove_table action fabianlindfors 2021-11-17 23:07:12 +0100
  • 7c18d56d82 Add remove table action fabianlindfors 2021-11-17 23:01:49 +0100
  • 3cb74a535e Fix issue where column couldn't be altered multiple times fabianlindfors 2021-11-15 00:11:19 +0100
  • 94c0aefe50 Fix missing up and down for alter_column action fabianlindfors 2021-11-14 14:00:17 +0100
  • f5049324c2 Document remove_column action fabianlindfors 2021-11-11 23:29:02 +0100
  • 49aed1a4f4 Add migration context for each migration action fabianlindfors 2021-11-11 23:22:20 +0100
  • b728f0c642 Add flag for directories to look for migrations in fabianlindfors 2021-11-11 21:43:44 +0100
  • 86f77f497c Add generate-schema-query command fabianlindfors 2021-11-11 20:47:07 +0100
  • a04f94ff97 Add Postgres connection options to CLI fabianlindfors 2021-11-11 20:36:37 +0100
  • a407a2d809 Run backfills in batches fabianlindfors 2021-11-09 00:53:24 +0100
  • e27be94619 Add primary key to schema fabianlindfors 2021-11-08 23:49:49 +0100
  • 78d8aabd5b Enable composite primary keys when creating table fabianlindfors 2021-11-08 23:32:14 +0100
  • 40d16c3367 Move new migrations to InProgress status fabianlindfors 2021-11-08 00:09:30 +0100
  • 23034f2198 Add new migration for creating indices fabianlindfors 2021-10-27 00:55:29 +0200
  • 0762a5025a Add missing headings to README fabianlindfors 2021-10-27 00:19:29 +0200
  • 03a4180409 Update README with working TOC fabianlindfors 2021-10-27 00:15:54 +0200
  • c27afadbd2 Add foreign keys option to create table migration fabianlindfors 2021-10-27 00:10:02 +0200
  • 10699fa46c Add primary key option to create table migration fabianlindfors 2021-10-26 23:00:18 +0200
  • acf7c15448 Add command to abort migration fabianlindfors 2021-10-26 00:32:37 +0200
  • 7d8302a0a4 Initial commit fabianlindfors 2021-10-19 16:32:37 +0200