Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in
A
aisbf
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • nexlab
  • aisbf
  • Repository

Switch branch/tag
  • aisbf
  • tests
  • payments
  • test_migrations.py
Find file
BlameHistoryPermalink
  • Stefy Lanza (nextime / spora )'s avatar
    Implement Task 1: Add database migrations for user_wallets and wallet_transactions tables · a6da65c0
    Stefy Lanza (nextime / spora ) authored Apr 21, 2026
    - Add _create_wallet_tables() migration method in PaymentMigrations class
    - user_wallets table with balance, currency, auto topup configuration
    - wallet_transactions table with full transaction history
    - Add proper table indexes for performance
    - Update test_migrations.py to verify new tables exist
    - All migration tests passing
    a6da65c0
test_migrations.py 2.18 KB
EditWeb IDE

Replace test_migrations.py

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.