mirror of
https://github.com/mito-systems/ranger-app.git
synced 2026-01-07 17:44:06 +00:00
6 lines
277 B
SQL
6 lines
277 B
SQL
-- Drop existing functions to avoid conflicts
|
|
DROP FUNCTION IF EXISTS increment_user_points;
|
|
DROP FUNCTION IF EXISTS get_current_points;
|
|
DROP FUNCTION IF EXISTS create_user_points;
|
|
DROP FUNCTION IF EXISTS create_point_transaction;
|
|
DROP FUNCTION IF EXISTS get_user_transactions; |