• Sign in

rust / artshop · Files

Dogs2 white

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 4
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Snippets
  • Network
  • artshop
  • migrations
  • 2021-08-27-123311_create_users
  • down.sql
  • Fix #5 - Use mysql/mariadb now and finish upload ...
      de5310cf
    Because the sqlite was no longer able to handle the concurrency
    even one user produces during a multi- file- upload.
    Georg Hopp authored
    2022-01-29 23:32:38 +0100  
    Browse Files »
down.sql 64 Bytes
Raw Blame History Permalink
1 2
-- This file should undo anything in `up.sql`
DROP TABLE users;