diff options
Diffstat (limited to 'src/exchangedb/shard-0002-part.sql')
-rw-r--r-- | src/exchangedb/shard-0002-part.sql | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/exchangedb/shard-0002-part.sql b/src/exchangedb/shard-0002-part.sql index 439d672a6..723154f1d 100644 --- a/src/exchangedb/shard-0002-part.sql +++ b/src/exchangedb/shard-0002-part.sql @@ -13,19 +13,3 @@ -- You should have received a copy of the GNU General Public License along with -- TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> -- - -CREATE OR REPLACE FUNCTION setup_shard2( - shard_idx INTEGER -) -RETURNS VOID -LANGUAGE plpgsql -AS $$ -DECLARE - shard_suffix VARCHAR; -BEGIN - - shard_suffix = shard_idx::varchar; - - PERFORM create_table_wire_targets(shard_suffix); -END -$$; |